Hi guys
How to copy the file from the path which has folder name with spaces...
see the below script:-
print (exec('cmd', 'copy "\\\\network\\foldername\\Copy folder\\filename.xlsx" "\\\\network\\filename.xlsx"', 8));
getting an error as file path not specified