[issue1763] Get path to shell/known folders on Windows

Christian Heimes report at bugs.python.org
Mon Jun 24 19:01:03 CEST 2013


Christian Heimes added the comment:

Here is a patch that returns the paths of all known SHGetKnownFolderPath() and SHGetFolderPath(). SHGetKnownFolderPath() is currently not available for Python 3.4 as Python 3.4 still uses Windows XP API but SHGetKnownFolderPath() requires Vista or newer.

http://msdn.microsoft.com/en-us/library/windows/desktop/bb776911%28v=vs.85%29.aspx

----------
title: Winpath module - easy access to Windows directories like My Documents -> Get path to shell/known folders on Windows
Added file: http://bugs.python.org/file30689/1763_knownfolders.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1763>
_______________________________________


More information about the Python-bugs-list mailing list