hankgao0703
Programmer
I am developing a windows service applicaiton in which I open a file which resides in another computer and do further handling. what I am doing now is map that network directory to a local logical driver, then call fopen function to open it, just like it were a local file, but I just can not succeed in opening it, everytime I get "access error"(error number is 5).
by the way, I test the code in an indepedent application, and it works fine.
Can anyone tell me why?
by the way, I test the code in an indepedent application, and it works fine.
Can anyone tell me why?