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 <rep...@bugs.python.org>
<http://bugs.python.org/issue1763>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to