|
|
|
|
Functions
MioScript Reference
|
|
Syntax
Parameters
| STRING | AppId | Optional. Application ID. If empty returns the path to the root data folder. |
Return value
| Path and filename, if any. |
Description
Returns the path to the application data folder.
On Windows XP, Vista and later, this folder is in a personal area so each user has a different data folder. This data folder is under the standard windows application data folder, in the sub-folder Desktop Apps
On older versions of Windows this folder is on c:/appData/ |
MioScript Sample Code
// Opens the folder with Windows Explorer
system.explore(path.appDada('{APP_ID}'))
|
|
|
|