Namespace object holding functions and members used to access operating system resources and processes.
Platform Support
Jaxer Server Framework | Jaxer Client Framework | 1.0 | no |
---|
Properties
Property | Action | Jaxer Server Framework | Jaxer Client Framework |
---|---|---|---|
The path on disk of the current user's desktop folder
|
No Details | 1.0 | no |
|
|||
The path on disk of the current executable's folder
|
No Details | 1.0 | no |
|
|||
The path on disk of the current user's home folder
|
No Details | 1.0 | no |
|
|||
A string identifying the current operating system
|
No Details | 1.0 | no |
|
|||
The filesystem separator character (either \ or /)
|
No Details | 1.0 | no |
|
|||
The path on disk of the system's temp folder
|
No Details | 1.0 | no |
|
Functions
Method | Action | Jaxer Server Framework | Jaxer Client Framework | |||
---|---|---|---|---|---|---|
static launch(String path) :
void
Ask the operating system to attempt to open the file. This simulates "double clicking" the file on your platform. This routine
only works on platforms which support this functionality. This is non-blocking and script execution will continue.
|
Show Details | 1.0 | no | |||
Parameters
|