Click or drag to resize

FileHelperGetUniqueFileName Method

Overload List
 NameDescription
Public methodStatic memberGetUniqueFileName(String, String, Boolean) Returns a unique file name in the directory of the given path, appending a number if the file exists. If lockFile is true, an empty file is created.
Public methodStatic memberGetUniqueFileName(String, String, String, Boolean) Returns a unique file name in a directory, appending a number if the file exists and optionally changing the extension. If lockFile is true, an empty file is created.
Top
See Also