i am trying to copy files from one folder to another with desired names. For coping i used
copy($oldfile, $newfile);
one more thing old folder files should be deleted also.how can i rename them
|
i am trying to copy files from one folder to another with desired names. For coping i used
one more thing old folder files should be deleted also.how can i rename them |
|||
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Use rename: Attempts to rename oldname to newname, moving it between directories if necessary. If newname exists, it will be overwritten.
|
|||||||||
|
0% accept ratesee meta.stackoverflow.com/questions/16721/… for the main time ... i"ll pass – Baba Dec 17 '12 at 12:36