// Variablestemp.currentfile = "whatever.txt";temp.olddir = "levels/";temp.newdir = "levels/other/folder/";// Movefilemovefile(temp.olddir @ temp.currentfile, temp.newdir @ temp.currentfile);