...
Procedure: IsType(ItemPath, Type: String): Integer;
API Call:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
if IsType(itempath, 'Folder') then output('True'); |
...
Procedure: IsType(ItemPath, Type: String): Integer;
API Call:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
if IsType(itempath, 'Folder') then output('True'); |