I need to copy a File from A to B but keep the directory structure.
for example
C:\folder\second folder\myFile.txt
to
C:\new folder\my second folder\myFile.txt
so that if I the new destination does not exists it will get created
I have tried this example but it copies the whole directory not just the file I specified.