Quote:

There's also a way to retrieve the information using FSO (File System Object), which would be more available (from an operating system standpoint).

Do you have some specific requirements? Do you want to return a collection of all mapped network drives and their UNC path? Do you just want to query a single drive letter?




Basically when the user browses for a file/folder using GUIDialog (by Lonkero), if it's a mapped drive path, I want to convert to UNC path. I've already implemented the use of the reg. Do you think this is sufficient?