File |
| Name | Description | |
|---|---|---|
| GetUniqueFileName(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. | |
| GetUniqueFileName(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. |