|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| path.programFiles(Filename) |
Parameters
| STRING | Filename | Optional. Name of the file, with no path, to be concatened to the path. |
Return value
| Path and filename, if any. |
Description
Returns the path to the program files folder.
This folder is where the application are generally installed. |
MioScript Sample Code
// Opens the folder with Windows Explorer
system.execute(path.programFiles()) |
|
|
|