Functions for getting system/language/user dependent paths on
windows.
All path names returned by the functions of this module are unicode
strings.
Version:
0.1
Date:
$Date: 2010-04-28 19:44:10 $
Author:
Christopher Arndt
Copyright:
Python license
|
|
|
|
|
|
|
|
|
|
|
_get_reg_user_value(key,
name)
Return a windows registry value from the CURRENT_USER branch. |
source code
|
|
|
|
_get_reg_machine_value(key,
name)
Return a windows registry value from the LOCAL_MACHINE branch. |
source code
|
|
|
|
get_appdata()
Return path of directory where apps should store user specific data. |
source code
|
|
|
|
get_common_shellfolders()
Return mapping of shell folder names (all users) to paths. |
source code
|
|
|
|
|
|
|
|
|
|
get_shellfolders(branch=HKCU,
key=SHELL_FOLDERS)
Return mapping of shell folder names (current user) to paths. |
source code
|
|
|
|
|
|
|
get_windir()
Convenience function to get path to windows installation directory. |
source code
|
|