sExistingFile | (String) The file name with the path to rename (move).
If a full path is not entered, then it is completed relative to the application folder. It is recommended to use the PROMOTIC path syntax - see PROMOTIC path to files or folders. |
---|---|
sNewFile | (String) New file name (folder name) with the path.
If a full path is not entered, then it is completed relative to the application folder. It is recommended to use the PROMOTIC path syntax - see PROMOTIC path to files or folders. |
Pm.FileMove("#app:data.ini", "C:/Backup/data1.ini");