bool CreateFile(string filePath)
Creates a file, and returns true if the file was created. Trust Level Required: High
Parameters
Name | Description |
filePath | The path of the new file. |
Return
False if the file already existed.
Creates a file, and returns true if the file was created. Trust Level Required: High
Name | Description |
filePath | The path of the new file. |
False if the file already existed.