module DataMetaXtra::Sys
Constants to deal with the operational system, operational environment
Constants
- CYGWIN
Platform constant -
true
if running under Cygwin.- LINUX
Platform constant -
true
if running under Linux.- MAC_OS_X
Platform constant -
true
if running under MacOS X.- OS_USER
Who's running this program - this won't change as long as the program is running.
- OS_USER_HOME
What's the current user's home path in the filesystem.
- UNIX
Platform constant -
true
if running under any Unix environment: Linux, MacOS X or Cygwin.- WINDOWS
Platform constant -
true
if running under Microsoft Windows.