Onetastic Macro Documentation >
>
>
FileSystem_ShowOpenFolderDialog FileSystem_ShowOpenFolderDialog
Displays a folder picker to allow user to pick a folder from local computer.
Syntax
Folder FileSystem_ShowOpenFolderDialog()
Parameters
This function has no parameters
Examples
$folder = FileSystem_ShowOpenFolderDialog()
if (IsObject($folder))
|