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

ParentOfFH

Returns a lock on the parent directory of a file

Declaration

Source position: amigados.pas line 2263

function ParentOfFH(

  Fh: Pointer

):Pointer;

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