I need to copy a number of image files from a given location to a given directory, i need the original filename preserved.
can it be something like url->copy(img14, ImgPath);
where img14 is the path to the file including the filename and the imgpath is the destination directory.
img14 can be : /home/obscurant1st/Downloads/aaa.jpeg or C:\abcd\asada.jpeg
Plase Note: I have to use variables. I cannot use the exact path in the code!