I need to calculate a path length, accounting for the fact that the path may be mapped to another drive.
For example, if I have the path "F:\Data\Docs" it is 12 characters on the face of it, but F might be mapped to "T:\Accounts\Local office" in which case there's another 20 or so characters to add on.
Is it possible to resolve a mapped drive letter in VB and get the full path back?
Thanks in advance,
- Andy.
For example, if I have the path "F:\Data\Docs" it is 12 characters on the face of it, but F might be mapped to "T:\Accounts\Local office" in which case there's another 20 or so characters to add on.
Is it possible to resolve a mapped drive letter in VB and get the full path back?
Thanks in advance,
- Andy.