Changes current working directory
Source position: fpmkunit.pp line 1697
procedure ChangeDir( |
const APath: string |
); |
APath |
|
Directory path to change to |
ChangeDir changes the current working directory to the specified path and handles errors appropriately. This procedure provides controlled directory navigation during build operations.
The procedure validates the target directory exists and is accessible before changing the working directory.