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 otherobj

The potential parent object

Return value

BOOLEAN

TRUE if this object is the child of otherobj