Would anyone happen to know how to move a file from one folder to another?
Example
Current Folder_1 file.txt
Folder_2 empty
Run Script <some script that moves file.txt to Folder_2>
After Run Script Folder_1 empty
Folder_2 file.txt
copy($currentlocation, $newlocation);