Module implementing Operating System related utility functions.
| None |
| None |
| _getFolderPath | Function to get the path of the named folder from the Windows registry. |
| createWindowsShortcut | Create Windows shortcut. |
| getAutostartPath | Function to get the path to the 'Autostart' folder. |
| getDesktopPath | Function to get the path to the 'Desktop' folder. |
| getEnvironmentEntry | Module function to get an environment entry. |
| getHomeDir | Function to get a users home directory. |
| getProgramsPath | Function to get the path to the 'Programs' folder. |
| getRealName | Function to get the real name of the user. |
| getUserName | Function to get the user name. |
| getWinregEntry | Function to get an entry from the Windows Registry. |
| 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. |
Function to get the path of the named folder from the Windows registry.
Create Windows shortcut.
Function to get the path to the 'Autostart' folder.
Function to get the path to the 'Desktop' folder.
Module function to get an environment entry.
Function to get a users home directory.
Function to get the path to the 'Programs' folder.
Function to get the real name of the user.
Function to get the user name.
Function to get an entry from the Windows Registry.
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.