Frontier.new2ClickFile
| Syntax |
Frontier.new2ClickFile (path)
|
| Params |
path is the path name of the new Frontier double-click file to create.
|
| Action |
Creates a new file at path and gives it the characteristics of a Frontier export file or desktop script.
|
| Returns |
True
|
| Examples |
|
| Notes |
If the file at path already exists, this verb will overwrite it. This verb is implemented as a script. This script was used in versions of Frontier previous to 5.0 to export objects. Frontier 5.0 uses the "export verbs" for exporting and importing. This script is run when the user exports an object or a desktop script. You may wish to examine the script to learn advanced scripting techniques but the script is not necessarily intended to be called from within Frontier or to be used directly in your scripts.
|
| See Also |
"export verbs"
|