09-09-2010 02:30 PM
Greetings ... I am operating in XP and LV8.5.
Is there some kind of utility or DLL call which lets me input a string with the name of a mounted directory and output the string value of its full UNC value?
For example: IN --> Y:\place\files\ ...............OUT --> \\user\scratch\place\files
Thanx in advance..
Solved! Go to Solution.
09-09-2010 03:32 PM
Use the system exec and parse the return of "net use"
Labview 8.5 attached... You can manipulate this to do the rest of the strip and or appends as you see fit.