|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| path.other(KeyName, Filename) |
Parameters
| STRING | KeyName | Optional. Key name of the folder as stored in the registry database.
| | 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 specified in the registry database with the key provided.
The key name can be appData, sendTo, etc. |
MioScript Sample Code
// Opens the folder with Windows Explorer
system.execute(path.other("sendTo")) |
|
|
|