Docs » Autodocs » dos.library » ParentOfFH
ParentOfFH -- returns a lock on the parent directory of a file (V36)
lock = ParentOfFH(fh) D0 D1 BPTR ParentOfFH(BPTR)
Returns a shared lock on the parent directory of the filehandle.
fh - Filehandle you want the parent of.
lock - Lock on parent directory of the filehandle or NULL for failure.
ParentDir(), Lock(), UnLock(), DupLockFromFH()
|