OpenGLContext.browser.homedirectory
index
/home/mcfletch/pylive/OpenGLContext/browser/homedirectory.py

Attempt to determine the current user's "system" directories

 
Modules
       
os
sys

 
Functions
       
_winreg_getShellFolder(name)
Get a shell folder by string name from the registry
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?
shell_getShellFolder(type)
Get a shell folder by shell-constant from COM interface

 
Data
        __file__ = '/home/mcfletch/pylive/OpenGLContext/browser/homedirectory.pyc'
__name__ = 'OpenGLContext.browser.homedirectory'
__package__ = 'OpenGLContext.browser'
_winreg = None
shell = None