IFileUtility.CreateTextFile method
Namespace: NextDesign.Desktop
Description
Generates a text file with the specified name and extension in the specified folder.
The return value is the path of the generated file.
argument
| Name | Type | Description |
|---|---|---|
| folder | string | folder path |
| fileName | string | File Name |
| extension | string | Extension. If not specified, ".txt" will be used. |
| overwrite | bool | Force overwrite if file exists. True if not specified. |
Return value
- string