change_dir_up


The change_dir_up function changes the current directory to one level higher in the file system. If the current directory is considered to be a subdirectory (or "child" directory), this function moves the current directory up to the the parent directory.

Syntax

bSuccess, sMsg = change_dir_up()

bullet.gif    bSuccess is true if the function is successful or false if not.

bullet.gif    sMsg is an optional message string that recieves information about the failure.

Remarks

To change to a specific directory use change_dir.

Related Topics

Directory Functions, change_dir, get_dir


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.