Skip to main content

IFileUtility interface

Namespace: NextDesign.Desktop

Description

Provides file operations.

Affiliation area

NameDescription
UtilitiesGeneric APIs.

Method

NameDescription
CreateFolderCreates a folder with the specified path.
The return value is the path of the generated folder.
CreateTextFileCreates a text file with the specified name and extension in the specified folder.
The return value is the path of the generated file.
GetFolderGets the storage folder path for the specified file.
WriteAllTextWrites the given text to the specified file.