Asked by:
Get Typename "This PC\... folders" ?

Question
-
Hello, sorry... my English is Bad
The Win10 Explorer outputs the information "System Folder" in the known folders (in "This PC"). I use "SHGetKnownFolderItem" for the title and the path. However, I would like to determine this type, so then here "system folder" get back. Someone an idea?
All replies
-
a system shell item would have the SFGAO_SYSTEM bit set in attributes if that is what you are asking...
Visual C++ MVP -
-
see what you get from query the System.Shell.SFGAOFlagsStrings peoperty via IShellItem2.
Visual C++ MVP -
-
-