MiscFolder Property (ASystem) |
Version 6 |
Returns the Misc folder object if created. Otherwise, it will return Nothing.
[ appFolder = ] Object.MiscFolder
The MiscFolder property syntax has the following parts:
Name |
Type |
Description |
Object |
ASystem |
ASystem object |
appFolder |
AAppFolder |
Misc Folder if created. |
If you have any files that need to associate with the current system, you can create this MiscFolder that belongs to the system. You can also create Misc folder that belongs to another Misc Folder.
The following prints its description the user set during Design time:
if sys.MiscFolder
print sys.MiscFolder.Description
endif