FileHelper Class Members
- Last UpdatedNov 06, 2025
- 2 minute read
The following tables list the members exposed by FileHelper.
| Name | Description | |
|---|---|---|
![]() ![]() | CreateDirIfNotExist | The CreateDirIfNotExist() method creates a sub-directory in the specified parent directory if the sub-directory does not already exist. |
![]() ![]() | GetFullPath | The GetFullPath() method builds a path from the components of a directory path, a file name, and a file extension. |
![]() ![]() | LoadFile | Overloaded. The LoadFile() method loads data from a specified file into a parameter of the method. This overload of the method loads the data to a string parameter. |
![]() ![]() | SaveFile | Overloaded. The SaveFile() method saves data to the specified file. If the file already exists, it will be overwritten. If the file does not already exist, it will be created. This overload of the method passes the data as a string. |

