Dec 5, 2005 #1 wood MIS Aug 3, 2000 139 CA I am wanting to delete a file that is on a mounted file system. The file resides on another computer, but can be accessed through the mount. I have tried unlink, but that doesn't remove the file. I am rather new to Perl so any suggestions are appreciated.
I am wanting to delete a file that is on a mounted file system. The file resides on another computer, but can be accessed through the mount. I have tried unlink, but that doesn't remove the file. I am rather new to Perl so any suggestions are appreciated.
Dec 5, 2005 #2 TonyGroves Programmer Aug 13, 2003 2,389 IE That would seem to be a file permissions issue. Can you delete the file via the shell? Upvote 0 Downvote