Module implementing Operating System related utility functions.
None |
None |
getEnvironmentEntry | Module function to get an environment entry. |
getHomeDir | Function to get a users home directory. |
getRealName | Function to get the real name of the user. |
getUserName | Function to get the user name. |
hasEnvironmentEntry | Module function to check, if the environment contains an entry. |
isFreeBsdPlatform | Function to check, if this is a BSD (FreeBSD) platform. |
isLinuxPlatform | Function to check, if this is a Linux platform. |
isMacPlatform | Function to check, if this is a Mac platform. |
isWindowsPlatform | Function to check, if this is a Windows platform. |
win32_GetUserName | Function to get the user name under Win32. |
win32_Kill | Function to provide an os.kill equivalent for Win32. |
win32_getRealName | Function to get the user's real name (aka. |
Module function to get an environment entry.
Function to get a users home directory.
Function to get the real name of the user.
Function to get the user name.
Module function to check, if the environment contains an entry.
Function to check, if this is a BSD (FreeBSD) platform.
Function to check, if this is a Linux platform.
Function to check, if this is a Mac platform.
Function to check, if this is a Windows platform.
Function to get the user name under Win32.
Function to provide an os.kill equivalent for Win32.
Function to get the user's real name (aka. display name) under Win32.