|
|
|
|
Functions
MioScript Reference
|
|
Syntax
Parameters
| STRING | Filename | Optional. Name of the file, with no path, to be concatenated to the path. |
Return value
| Path and filename, if any. |
Description
Returns the path to the application file.
When the application is installed with the standard installer, this path is where the application is installed. |
MioScript Sample Code
// Opens the folder with Windows Explorer
system.explore(path.app()) |
|
|
|