change_dir
The change_dir function changes to a different directory. The directory is specified using its full path, for example, a string or value equal to "D:\\data\\2022-06-14\\data". Note that Windows directory components must be separated by the '\\' or '/' characters.
bSuccess, sMsg = change_dir( sFullPath )
sFullPath is the full path name for the target directory.
bSuccess is true if the function is successful or false if not.
sMsg is an optional message string that recieves information about the failure.
To change one directory higher in the file system, use change_dir_up.
Directory Functions, change_dir_up, get_dir
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.