whitesox12
Programmer
How can I copy or move a directory and subdirectories to a new directory from C drive to E drive.
I have one Master directory that contains several sub-directories, each sub-directory contains several files.
I want to check if a sub-directory is older than 2 days copy or move this sub-directory and all the files in it to a different drive. And recursively loop through all the sub-directories.
Any help is appreciated.
Thanks
I have one Master directory that contains several sub-directories, each sub-directory contains several files.
I want to check if a sub-directory is older than 2 days copy or move this sub-directory and all the files in it to a different drive. And recursively loop through all the sub-directories.
Any help is appreciated.
Thanks