How can this problem occur when using the rename function? Warning: Warning) [function. rename]: NosuchfileordirectoryinF: www116907_englishdao3img.phponline78 how can this problem occur when using the rename function?
Warning: rename (newpic (1).jpg, newpic (12.16_lrg.jpg) [function. rename]: No such file or directory in F: \ www1 \ 16907_english \ dao3 \ img. php on line 78
How can this problem occur when using the rename function?
------ Solution --------------------
Rename('newpic(1).jpg, 'newpic(1)_lrg.jpg ');
I am not sure whether your file name contains spaces. I have removed the space. In addition, please add quotation marks to both names.
The computer is a very rigid thing. if there is no file, it won't prompt you that the php version is too low.
------ Solution --------------------
Rename ($ fn, $ curDir );
This $ fn does not contain paths.
$ Dirname must be spliced.
Rename ($ dirname. '/'. $ fn ,...