TParamsFile.MoveToFilePath Method

Definition

Move actual parameter file to the new file.

Delphi
procedure MoveToFilePath(ANewFilePath: string; ASave: boolean = True; ACreateFolder: boolean = False)

Parameters

ANewFilePath
string

Absolute file path (drive+folder+file name+extension) to the parameter file you want to use.

ASave
Boolean

If set to True, save actual values to the parameter file. If set to false, just move the parameter file to it's new folder/filename.

ACreateFolder
Boolean

If set to True, create the folder of file parameter if it doesn't exists.