drives list
-
I have three users viz. User1 User2 User3 User2 has mapped network drive. Now when i enumerate drives using GetLogicalDrieStrings in User1, i only get drives of User1. What i want is to enumerate all the drives including mapped drive in User2 in any user context. How can i acheive this??? Thanks in advance. Regards, K. Sushilkumar.
-
I have three users viz. User1 User2 User3 User2 has mapped network drive. Now when i enumerate drives using GetLogicalDrieStrings in User1, i only get drives of User1. What i want is to enumerate all the drives including mapped drive in User2 in any user context. How can i acheive this??? Thanks in advance. Regards, K. Sushilkumar.
Mapped drives are maintained per context. So a mapped network drive of one user may not be valid for another user. It is also dependent on the user privileges. So Z: may be mapped by 2 different users on 2 different locations.
«_Superman_»