|
|
|
|
Functions
MioScript Reference
|
|
Syntax
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 MioEngine temporary folder.
This folder is used by MioEngine to store temporary files. |
MioScript Sample Code
// Opens the folder with Windows Explorer
system.explore(path.temp()) |
|
|
|