Returns a lock on the parent directory of a file
Source position: amigados.pas line 1688
function ParentOfFH( |
fh: LongInt |
):LongInt; |
fh |
|
Filehandle you want the parent of. |
Lock on parent directory of the filehandle or nil for failure.
Returns a shared lock on the parent directory of the filehandle.
|
||
|
Lock a directory or file |
|
|
Unlock a directory or file |
|
|
Gets a lock on an open file |