FileHelper Class Members
- Last UpdatedNov 06, 2025
- 2 minute read
The following tables list the members exposed by FileHelper.
| Name | Description | |
|---|---|---|
![]() ![]() | CreateDirIfNotExist | Function to create a sub-directory in the specified parent directory if it does NOT already exist |
![]() ![]() | GetFullPath | Function to build the full path and filename given the directory, filename and extension |
![]() ![]() | LoadFile | Overloaded. Function to load data from the specified file into the specified reference variable This overload returns text data to a string variable Throw an exception if any error occurs - the calling function must catch it |
![]() ![]() | SaveFile | Overloaded. Function to save data to a specified file, overwriting the file if it already exists This override saves text data to the file Throw an exception if any error occurs (eg dir does not exist) |

