OS functions

OS functions

Description

operating system functions

  • computer - System information.

  • createGUID - Creates a GUID.

  • getenv - Get the value of an environment variable.

  • hostname - get host name of this computer.

  • ismac - Checks if version is for MacOS platform.

  • ispc - Checks if version is for Windows platform.

  • isunix - Checks if version is for GNU Linux or Unix platform.

  • searchenv - Searches for a file using environment paths.

  • setenv - Set the value of an environment variable.

  • system - Shell command execution.

  • username - get user name currently used.

  • winopen - Open file in appropriate application (Windows only).

  • winqueryreg - Read the Windows registry (Windows only).

Last updated