The following tables list the members exposed by FileUtilities.
Name | Description | |
---|---|---|
CheckIsReadOnly | Verifies whether the specified file is read-only. | |
CompleteDirectoryName | Forms the name of the specified folder in the following format: [Folder Name][Separator]. | |
CreateDirectory | Creates the folder. | |
CreateDirectoryByFilePath | Creates a catalog under the specified file path. | |
Delete | Deletes the specified file. | |
DeleteDirectory | Deletes the specified existing directory and, if indicated, any subdirectories and files in the directory. | |
GetCompleteParentDirectoryName | Gets full path string of the parent folder for the specified folder. | |
GetFiles | Gets file names from the specified directory. | |
GetIsPathValid | ||
GetMD5Hash | Overloaded. | |
GetMD5HashFromString | ||
GetUniqueFileName | Overloaded. | |
IsLocked | Determines whether the specified file is locked. | |
IsReadOnly | Determines whether the specified file is read-only. | |
MakeAbsolutePath | Forms the absolute path to the file. | |
MakeRelativePath | Forms relative path to the file. | |
Replace | Overloaded. | |
ResetAllAttributes | ||
ResetReadOnlyAttribute | Resets the "Read-only" attribute for the specified file. | |
SetHiddenAttribute | Sets the "Hidden" attribute for the specified file. | |
SetReadOnlyAttribute | Sets the "Read-only" attribute for the specified file. | |
WriteInFile | Writes to file. |