Set_Current_Directory¶
Include: Use System\FileSystem.pkg
See Also: Get_Current_Directory, File_Exist, Make_Directory, Make_Temp_File, Valid_Drive
Purpose¶
Sets the current working folder.
Syntax¶
Set_Current_Directory {Folder}
Example¶
String sWorkingDir
Get_Current_Directory to sWorkingDir
Set_Current_Directory "test1"
Set_Current_Directory sWorkingDir