L lakezt New Member Jun 10, 2012 #1 when moving one file from one location to another i use\[code\]rename('path/filename', newpath/filename');\[/code\]how do you move all files in a folder to another folder? tried this one without result:\[code\]rename('path/*', 'newpath/*');\[/code\]
when moving one file from one location to another i use\[code\]rename('path/filename', newpath/filename');\[/code\]how do you move all files in a folder to another folder? tried this one without result:\[code\]rename('path/*', 'newpath/*');\[/code\]