class Sys
no package
This class provides access to various base functions of system platforms.
Look in the sys
package for more system APIs.
Static methods
staticsystemName():String
Returns the type of the current system. Possible values are:
- "Windows"
- "Linux"
- "BSD"
- "Mac"