[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

ParentOfFH

Returns a lock on the parent directory of a file

Declaration

Source position: amigados.pas line 2307

function ParentOfFH(

  Fh: BPTR

):BPTR;

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: 2017-01-10