Exec.NewFolder
Description
- Creates a new file folder.
Syntax
Parameters
- fpath
- (string) path to the new folder
- Optional, default is to show a PowerPro input prompt for the path.
-
Possible Values
- a folder path
- creates a new file folder with specified path
- "" (empty)
- Shows a PowerPro input dialog that asks for a folder path, then creates a new file folder with specified path.
Examples
- Exec.NewFolder
- Prompts for a folder path then creates a new folder as per the user input.
- Exec.NewFolder(?"f:\users\karen")
- Creates a new folder at "f:\users\karen".