Exec.Explorer
Description
- Opens the specified folder in a single-paned Explorer window.
Syntax
- Exec.Explorer(folderpath)
Parameters
- folderpath
- (string) path to the folder to show
-
Possible Values
- a file folder
- e.g. ?"c:\web"
- a special folder:
- Application Data
- Cookies
- Control Panel
- Desktop
- Favorites
- Local Settings
- My Computer
- My Documents
- NetHood
- PrintHood
- Recent
- SendTo
- Start Menu
- Templates
- *
- represents the current working directory of active program
Examples
- Exec.Explorer(?"c:\web")
- Opens an Explorer window at "c:\web".
- Exec.Explorer("My Documents")
- Opens an Explorer window at the current user's My Documents directory.
- Exec.Explorer("*")
- Opens an Explorer window at the active program's current working directory.
See Also
-
PowerPro Help CHM > Built-in Commands > *Exec > *Exec commands