Design a directory class which has properties like Subdirectory, Files etc and FileLinkPath.
Write a function Copy Directory that gets the src directory and filePath as input.
Please ensure that the filelinkpath in the copied directory points to the new file path.
Any thoughts...?