I created a grunt copy task in with the below settings
{expand: true, src: ['E:\\Temp\\Copy1\\*'], dest: 'E:\\Temp\\Copy2\\', filter: 'isFile'},
I get the following error. how to I copy from absolute path?
Warning: Unable to create directory "E:\Temp\Copy2\E:" (Error code: ENOENT). Used --force, continuing.