¡@

Home 

c# Programming Glossary: csidl

Unique Folder Identifier

http://stackoverflow.com/questions/10132686/unique-folder-identifier

documentation links that may help you Local File Systems CSIDL KNOWNFOLDERID Known Folders I've been searching for quite a..

How can I tell that a directory is the recycle bin in C#?

http://stackoverflow.com/questions/1585295/how-can-i-tell-that-a-directory-is-the-recycle-bin-in-c

there really is no path that can be retrieved the older CSIDL related page is much less clear on it . Update alternative approaches..

Recognize Windows Shell Special Folder (i.e. get its CSIDL) via its pIDL (Now determine if pIDLs are equal with C#)

http://stackoverflow.com/questions/3572220/recognize-windows-shell-special-folder-i-e-get-its-csidl-via-its-pidl-now-de

Windows Shell Special Folder i.e. get its CSIDL via its pIDL Now determine if pIDLs are equal with C# I have.. shell special folders those corresponding to values in the CSIDL enum. My solution must be WinXP compatible. The problem I'm.. I cannot find a way to match up the IShellFolders to their CSIDL. This is my current approach Initialize a static one to one..