Description
- Opens the specified folder in a dual-paned Explorer window.
Syntax
- Exec.Explorer2(folderpath)
Parameters
- folderpath
- (string) path to the folder to show
-
Possible Values
- as for Exec.Explorer()
Examples
- Exec.Explorer2(?"c:\docs")
- Opens a dual-paned Explorer window at "c:\docs".
- Exec.Explorer2("Control Panel")
- Opens a dual-paned Explorer window at the current user's Control Panel directory.