when moving one file from one location to another i use
rename(\'path/filename\', \'newpath/filename\');
how do you move all files in a fol
tried this one?: