- binPathsauto  binPaths() 
- System paths where executable files can be found. 
- findExecutablestring findExecutable(string fileName, Range paths) 
- Finds executable by fileName in the paths specified by paths. 
- findExecutablestring findExecutable(string fileName) 
- ditto, but searches in system paths, determined by PATH environment variable. 
- fsPathstring fsPath(short domain, OSType type) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- homeDirstring homeDir() 
- Current user home directory. 
- isCarbonLoadedbool isCarbonLoaded() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- roamingPathstring roamingPath() 
- Path to Roaming data directory. 
- roamingPathstring roamingPath() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- runtimeDirdeprecated string runtimeDir() 
- Path to runtime user directory on freedesktop platforms. 
- runtimeDirdeprecated string runtimeDir() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- savedGamesstring savedGames() 
- Location where games may store their saves. 
This is common path for games. One should use subfolder for their game saves. 
- savedGamesstring savedGames() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- standardPathsstring[] standardPaths(StandardPath type) 
- Getting paths for various locations. 
- standardPathsstring[] standardPaths(StandardPath type) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- standardPathsstring[] standardPaths(StandardPath type) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- standardPathsstring[] standardPaths(StandardPath type) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writablePathstring writablePath(StandardPath type) 
- Getting writable paths for various locations. 
- writablePathstring writablePath(StandardPath type) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writablePathstring writablePath(StandardPath type) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writablePathstring writablePath(StandardPath type) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Functions for retrieving standard paths in cross-platform manner.