OpenGLContext.browser.homedirectory
Attempt to determine the current user's "system" directories
Functions
appdatadirectory(
)
Attempt to retrieve the current user's app-data directory
This is the location where application-specific
files should be stored. On *nix systems, this will
be the HOME directory. On Win32 systems, it will be
the "Application Data" directory. Note that for
Win32 systems it is normal to create a sub-directory
for storing data in the Application Data directory.
XXX should os.environ['home'] override Win32 queries or
vice-versa?