TParams File .set Folder Name Method
Change the folder where is the parameter file.
procedure setFolderName(AFolderName: string; AReload: boolean)
Parameters
- AFolderName
- Type: System.string
Absolute folder path where you want to save the parameter file.
- AReload
- Type: System.Boolean
If set to True (by default), call the Load procedure after changing the folder.
To change the file name, use setFilePath() instead of setFolderName().