[Overview][Constants][Types][Procedures and functions] |
Change current working directory.
Source position: line 0
function FpChdir( |
path: pChar |
):cInt; |
path: AnsiString |
):cInt; |
fpChDir sets the current working directory to Path.
It returns zero if the call was succesful, -1 on error.
Extended error information can be retrieved using fpGetErrno.
|
Retrieve the current working directory. |