Can I use the network path directly instead of the mapped path on

G

Guest

Hi,
Can I use the network path directly instead of the mapped path on the local
computer. For example, some file is mapped from a computer named as
ComputerName under directory subdir in the network to local drive O. Can I
use the path name such as "ComputerName\subdir" instead of "O:\" in my
program to access those files. If I can, how? if not, why?

Thanks a lot and best regards
Shu
 
D

Douglas J. Steele

Yes, you can use a UNC rather than mapped drive. You'd use
\\ComputerName\share\ instead of O:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top