(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/dos.h>
BPTR ParentOfFH (fh)
LOCATION
In DOSBase at offset 64
SYNOPSIS
BPTR fh
FUNCTION
Lock the directory a file is located in.
INPUTS
fh
Filhandle of which you want to obtain the parent
RESULT
lock - Lock on the parent directory of the filehandle or NULL for failure.
EXAMPLE
SEE ALSO
Lock(), UnLock(), Parent()
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
12.09.1998 hkiel
Suppress compiler warning
11.08.1998 srittau
Fixed a typo and a warning
23.07.1998 bergers
Initial revision.
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions
Moved #include's into first column