HI,
i need to copy a directory pragmatically to my project.i have used the below code in my project.
ProjectItems.AddFromDirectory(_projectPath + "\\Folder"); but it does not copy the whole directory. it just added the root folder to the project. Am facing this with VS15 alone.
any solution t this?
Kani