MiscFolder Property (ADriver) |
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 |
ADriver |
ADriver object |
appFolder |
AAppFolder |
Misc Folder if created. |
If you have any files that need to associate with the current driver, you can create this MiscFolder that belongs to driver. You can also create Misc folder that belongs to Misc Folder.
The following prints its description the user entered during Design time:
if drv.MiscFolder
print drv.MiscFolder.Description
endif