[Overview][Constants][Types][Procedures and functions][Index] |
Retrieve the current working directory.
Source position: bunxh.inc line 62
function FpGetcwd( |
path: pChar; |
siz: TSize |
):pChar; |
fpgetCWD returns the current working directory of the running process. It is returned in Path, which points to a memory location of at least siz bytes.
If the function is successful, a pointer to Path is returned, or a string with the result. On error Nil or an empty string are returned.
On error Nil or an empty string are returned.
|
Return current process ID |
|
|
Return current user ID |