SubdirectoryOf Data Member Function

Returns an <int32> greater than or equal to zero if the <FilePath> object submitted to this function is a sub-directory of this <FilePath> object. Otherwise returns -1.

Prototype

int32 SubdirectoryOf( FilePath p_oFilePathB )

Parameters

Parameter Type Parameter Name Documentation
<FilePath>p_oFilePathBThe <FilePath> object to query with respect to its status as a sub-directory of this <FilePath> object.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.