Thread: movefile()
View Single Post
  #2  
Old 07-26-2009, 12:31 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
This works for me.

PHP Code:
// Variables
temp.currentfile "whatever.txt";
temp.olddir "levels/";
temp.newdir "levels/other/folder/";
// Movefile
movefile(temp.olddir temp.currentfiletemp.newdir temp.currentfile); 
__________________
Quote:
Reply With Quote