Change current working directory.
Source position: bunxh.inc line 78
function FpChdir( |
path: PChar |
):cint; |
const path: ansistring |
):cint; |
fpChDir sets the current working directory to Path.
It returns zero if the call was successful, -1 on error.
Note: There exist a portable alternative to fpChDir: system.chdir. Please use fpChDir only if you are writing Unix specific code. System.chdir will work on all operating systems.
Extended error information can be retrieved using fpGetErrno.
|
Retrieve the current working directory. |