WHFSFolder::IsChildOf (open)
Returns whether this object is a child of another object
Syntax
LOADLIB "mod::system/lib/internal/whfs/objects.whlib";
BOOLEAN FUNCTION IsChildOf(INTEGER otherobj)Parameters
INTEGER otherobjThe potential parent object
Return value
BOOLEANTRUE if this object is the child of otherobj