shell.SHGetSpecialFolderPath
PyUnicode = SHGetSpecialFolderPath(hwndOwner, nFolder , bCreate )
Retrieves the path of a special folder.
Parameters
Comments
This method is only available in shell version 4.71. If the function is not available, a COM Exception with HRESULT=E_NOTIMPL will be raised. If the function fails, a COM Exception with HRESULT=E_FAIL will be raised.