Skip to main content

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

NameTypeDescription
folderstringfolder path
fileNamestringFile Name
extensionstringExtension.
If not specified, ".txt" will be used.
overwriteboolForce overwrite if file exists.
True if not specified.

Return value

  • string