Replies: 2 comments
-
also mentioned here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we resolve CLSID key (GUID) shortcuts?
Here is a list of CLSID
https://www.tenforums.com/tutorials/3123-clsid-key-guid-shortcuts-list-windows-10-a.html
Can this be mapped somehow to specialfolder so that we can read and show content of these folders?
https://docs.microsoft.com/de-de/dotnet/api/system.environment.specialfolder?view=net-6.0
Here is mentioned best way is WinAPI_ShellGetKnownFolderPath()
https://www.autoitscript.com/forum/topic/197479-convert-a-special-folder-to-a-path/
(did not found a working example)
Here is a example how to get 'Recycle Bin' items
https://www.examplefiles.net/cs/482282
(is very special, not sure how to do this for other special folders)
Looking for a way to implement it, any ideas, hints, suggestions?
Is it worth taking a closer look at this feature idea?
Beta Was this translation helpful? Give feedback.
All reactions