Generic Function Uniquify-File-Name (2 methods)

( uniquify-file-name < file-specifier > )

Part of:

package metabang.utilities
Returns a file name that is not currently in use. The strategy used if there is a conflict is to append an integer to the name component until there is no conflict. This could fail in multi-threaded situations.

Method Summary

uniquify-file-name < pathname > 
uniquify-file-name < string >