![]() ![]() |
|
CHDIRThe CHDIR function allows the current working directory, as seen by the process environment, to be changed.
COMMAND SYNTAXCHDIR(expression)
SYNTAX ELEMENTSThe expression should evaluate to a valid path name within the file system. The function returns a Boolean TRUE result if the CHDIR succeeded and a Boolean FALSE result if it failed.
EXAMPLES
|