Hi,
I am trying to open a file on a different machine from the one my webserver is running on, both machines are winnt. When i do a fopen("\machine\share\file","r"); i get a file does not exist error. the file is most defintly there. On the other hand when i can do a fopen from C's file pointer with the same parameters and it opens fine. Also from within C++ ifstream class it will also open the file fine. Any insite would be appreciated.
brad
Are you on a unix box? if so you'll have to use some smb utility like samba.
No it's windows to windows... no unix
Hi there,
Does someone already has solved this problem?
grtnx, tF
I tried fopen("\\machine\share\file","r"); to escape the backslashes, but that also doesn´t work for me..
Error Message is Warning: fopen("\Server\path\text.txt","w") - No such file or directory in D:\Path\file.php3 on line 515
tF