-
Declaration:
- Procedure Chdir (const S : string);
-
Description:
- Chdir changes the working directory of the process to S.
-
Errors:
-
-
Errors:
- Depending on the state of the {$I} switch, a runtime error can be generated if there is an
error. In the {$I-} state, use IOResult to check for errors.
-
See also:
- Mkdir (536), Rmdir (560)
Listing: refex/ex7.pp