Quote:
Originally Posted by LoneAngelIbesu
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?
|
Read my example again.
movefile("folder/filename", "newfolder/filename");
In your case..
movefile(temp.dir @ temp.file, temp.headfolder @ temp.file);
Should work.
Also it works with any directory, it's not levels specific.