mappeddrive

Browsing directory without using mapped drive

Is there an app or way to browse a directory that requires different login credentials without using a mapped drive? The issue is given one login credential Windows Explorer only allows you to map it to one drive and disallows using the same login credential to map to a different drive. ...

C# - Mapped network drives cannot be listed

Hi I am trying to list all local drives in my app, and DriveInfo.GetDrives give back the local drive letters, and I need the mapped drives too. Currently I have: C,D,G (HDD), E,F (CD), and S,Z (Mapped network drives) (Yes, they are all visible in the Explorer, and in Total Commander too) But only the C,D,E,F,G are retreived programmatic...