IsRootFolder
Check if the folder object is the root folder.
BOOL IsRootFolder( )
TRUE if the folder object is the root folder, otherwise FALSE
EX1
// Check if the Active folder is the root folder int Folder_IsRootFolder_Ex1() { Folder fld = Project.ActiveFolder(); return (int) fld.IsRootFolder(); }
origin.h