Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#amunits]

ParentOfFH

Returns a lock on the parent directory of a file

Declaration

Source position: amigados.pas line 1688

function ParentOfFH(

  fh: LongInt

):LongInt;

Arguments

fh

  

Filehandle you want the parent of.

Function result

Lock on parent directory of the filehandle or nil for failure.

Description

Returns a shared lock on the parent directory of the filehandle.

See also

ParentDir

  

Lock

  

Lock a directory or file

UnLock

  

Unlock a directory or file

DupLockFromFH

  

Gets a lock on an open file


Documentation generated on: 2021-07-30