Problem with unlink()
Moderator: General Moderators
Problem with unlink()
I am trying to delete a file. Not a difficult task, but no matter what I do I get the error message that the file does not exist. I can access the path /sandbox/cmscore/assets/file/large icons.jpg and it works fine, but when I plug it into unlink it just throws the damn error message. Any ideas?
Re: Problem with unlink()
So your filename has a space in it?
Re: Problem with unlink()
yeah, probably the problem?
Re: Problem with unlink()
nope, just tried one without a space, same issue...