[issue1763] Winpath module - easy access to Windows directories like My Documents

Christian Heimes report at bugs.python.org
Tue Jan 8 23:26:47 CET 2008


Christian Heimes added the comment:

Here is a new patch which adds os.path.getshellfolders(). It uses
SHGetFolderPathW which is compatible with Windows 2000.

I've implemented the API because several of my project need the path to
my documents. I've a personal interested in the specific feature. It may
also be required for a new, user specific site-package directory. The
feature is currently being discussed on the python-dev list.

Added file: http://bugs.python.org/file9111/trunk_os_getshellfolders.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1763>
__________________________________


More information about the Python-bugs-list mailing list