known-folders Questions
5
Solved
The SHGetFolderPath() function is deprecated beginning with Windows Vista: http://msdn.microsoft.com/en-us/library/bb762181%28v=VS.85%29.aspx
What is the alternative way to retrieve the path to th...
Ensure asked 28/8, 2013 at 16:30
4
Solved
I just created a new blank XAML/C# Windows Store app in Visual Studio. I tried to create a file in the Documents folder with this code:
// DEBUG ONLY:
StorageFile file = await KnownFolders.Documen...
Thenar asked 20/1, 2014 at 3:49
2
Solved
I want to get the location of a directory/folder by its ID.
For example, the Downloads folder has the ID knownfolder:{374DE290-123F-4565-9164-39C4925E467B}, when I enter it into the address bar of ...
Metallography asked 16/9, 2016 at 13:11
1
What is the best method to determine the path of Windows special-folders and known-folders in python?
I've uncovered a couple of popular methods for SpecialFolders, a.k.a CSIDL, but nothing ...
Irmine asked 27/4, 2015 at 5:47
2
Solved
I have a KNOWNFOLDERID and I would like to know the corresponding path like C:....\folder.
KNOWNFOLDERID can be found here.
http://msdn.microsoft.com/en-us/library/bb762584%28VS.85%29.aspx
I d li...
Joline asked 10/2, 2013 at 20:54
1
Solved
I got a somewhat strange error when trying to resolve the CommonDocuments directory.
It keeps resolving to the wrong directory, after the CommonDocuments directory has been redirected / moved to a...
Bromo asked 26/8, 2011 at 6:14
2
Solved
Is there a definitive guide for special folders in windows? An internet search yielded just a few crumbs of information, e.g.
Wikipedia:Special Folders
Windows 7 Client Software Logo Program (pdf)...
Lenticular asked 25/5, 2010 at 12:36
1
© 2022 - 2024 — McMap. All rights reserved.