08-18-2010, 01:31 PM
[eluser]carvingCode[/eluser]
I have a web directory with 19K+ files in it that I need to move. Basically I'll be creating directories based upon a year/month and using 'rename()' to move the appropriate files into the directory. Currently, all files are stored in one directory and I want to optimize things a bit.
I don't have a problem with the coding (yet), but am wondering if I should expect any problems with moving (rename()-ing) this many files at once?
Thoughts?
TIA
I have a web directory with 19K+ files in it that I need to move. Basically I'll be creating directories based upon a year/month and using 'rename()' to move the appropriate files into the directory. Currently, all files are stored in one directory and I want to optimize things a bit.
I don't have a problem with the coding (yet), but am wondering if I should expect any problems with moving (rename()-ing) this many files at once?
Thoughts?
TIA