Hi,
Can you help me guys, I want to copy a directory to another directory.
Sample:
I have a directory “C:\Users\username\Desktop\Data” so this directory have a folder and subfolders and files within it.
What I want to copy this to another directory like “C:\Users\username\Documents\Data”, so I want to copy all the data from this folder to another but if the folder/file is existing it won’t copy the file but if there’s folder existing folder/subfolder on the destination directory it will create the folder and copy the files.
Thanks