OverviewExamples
| File.ExploreFolder ( | 
Explores a folder on the user's system.
Note: This is the same as right-clicking on a folder in Windows and choosing Explore.
(string) The path to the folder that will be explored.
(number) The window mode to use:
| CONSTANT | VALUE | DESCRIPTION | 
| SW_SHOWNORMAL | 1 | Normal. (Default) | 
| SW_MAXIMIZE | 3 | Maximized. | 
| SW_MINIMIZE | 6 | Minimized. | 
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions