Home  /  Autodocs  /  dos.library

NAME

ParentOfFH
returns a Lock on the parent directory of a file (V36)

SYNOPSIS

lock = ParentOfFH(fh)
D0 D1

BPTR ParentOfFH(BPTR)

FUNCTION

Returns a shared Lock on the parent directory of the FileHandle.

INPUTS

fh
Filehandle you want the parent of.

RESULT

lock
Lock on parent directory of the FileHandle or NULL for failure.

SEE ALSO

Parent(), Lock(), UnLock(), DupLockFromFH()