fopen failed when open a file with a network path liked: //serv1\test\file.txt
Currently I have map the '//serv1' to a drive(p) and then open it like this: p:/test/file.txt the it works fine
Is there a way to open a file on a network path without mapping to a logical drive first?
Thanks
Currently I have map the '//serv1' to a drive(p) and then open it like this: p:/test/file.txt the it works fine
Is there a way to open a file on a network path without mapping to a logical drive first?
Thanks