Returns the item type of the object.
[ enType = ] Object.Type
The Type property syntax has the following parts:
Name |
Type |
Description |
Object |
AAppFolder |
AAppFolder object |
enType |
enumAAppItemType |
An integer specifying the type of current folder object, either aappTypeProgramsFolder or aappTypeMiscFolder. |
Name |
Value |
Description |
aappTypeDriver |
1 |
driver |
aappTypeProgram |
2 |
program |
aappTypeSystem |
3 |
system |
aappTypeProgramsFolder |
4 |
programs folder |
aappTypeMiscFolder |
5 |
misc folder |
aappTypeShortcut |
6 |
shortcut |
The following example prints 5:
print App.MiscFolder.Type