H
Hans Stoessel
Hi
I have a C application on a Windows PC who shoul delete files on a Sun which
is in the same network. I try this with the 'remove' command, e.g.
remove(\\Sun\Temp\File.jpg). But this doesn't work. The return code from
remove is not 0 and the errno is 22 (invalid argument).
What could be wrong?
I have access to the Sun and have tried this with the directory mounted or
not mounted and I have tried the same (delete a file) on a Windows and a Mac
OS X machine in the netwroks. This works fine.
Thanks for any help.
Regards
Hans
I have a C application on a Windows PC who shoul delete files on a Sun which
is in the same network. I try this with the 'remove' command, e.g.
remove(\\Sun\Temp\File.jpg). But this doesn't work. The return code from
remove is not 0 and the errno is 22 (invalid argument).
What could be wrong?
I have access to the Sun and have tried this with the directory mounted or
not mounted and I have tried the same (delete a file) on a Windows and a Mac
OS X machine in the netwroks. This works fine.
Thanks for any help.
Regards
Hans