I am trying to get the actual network path to a file that the user selects through the file chooser and the file chooser returns the drive as a letter instead of as a network resource (for instance "Y:\" instead of "\\Machine\Folder")
Of course, network drives are mapped to different letters on different computers (and some don't necessarily have the drive mapped at all) so if I create a batch file to do some operation on these drives, the probability that it will work more than once is pretty low.
Is there a convenient way to get one from the other?
TIA
Of course, network drives are mapped to different letters on different computers (and some don't necessarily have the drive mapped at all) so if I create a batch file to do some operation on these drives, the probability that it will work more than once is pretty low.
Is there a convenient way to get one from the other?
TIA