Quote:
Originally Posted by fowlplay4
This works for me.
PHP Code:
// Variables
temp.currentfile = "whatever.txt";
temp.olddir = "levels/";
temp.newdir = "levels/other/folder/";
// Movefile
movefile(temp.olddir @ temp.currentfile, temp.newdir @ temp.currentfile);
|
That's exactly what I'm doing, with temp.dir, temp.file, and temp.[body/head]folder. Could it be that the personaluploads isn't located within the levels directory?