IFileUtility interface
Namespace: NextDesign.Desktop
Description
Provides file operations.
Affiliation area
Name | Description |
---|---|
Utilities | Generic APIs. |
Method
Name | Description |
---|---|
CreateFolder | Creates a folder with the specified path. The return value is the path of the generated folder. |
CreateTextFile | Creates a text file with the specified name and extension in the specified folder. The return value is the path of the generated file. |
GetFolder | Gets the storage folder path for the specified file. |
WriteAllText | Writes the given text to the specified file. |