I came across this excellent article that solves the problem of enumerating disconnected drives in C#: Mapped network drives cannot be listed in C#
The problem is that it seems like this code will NOT include NTFS-formatted drives (only FAT)
As I'm not a C++/WinAPI techie, I find it hard to fix the code (if possible at all). Any chance anyone already look into it and solved it, or at least give me a hint?
Thanks! Busi