chdir¶
Purpose¶
Changes working directory in interactive mode.
Format¶
-
chdir dirstr
- Parameters
dirstr (literal or ^string) – directory to change to.
Examples¶
Remarks¶
This is for interactive use. Use ChangeDir()
in a program.
If the directory change fails, chdir prints an error message.
See also