Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Copy Folder, subfolders and files
2 replies. Latest Post by Silverlight Web Developer on November 7, 2009.
(0)
Silverli...
Member
76 points
311 Posts
11-07-2009 10:51 AM |
Hi,
Folder2 at this location in Isolated Storage holds a lot of folders and subfolders and files. What I will need to do is to copy the entire Folder2 to another location.
Is there any method to copy the folder and its subfolders and files in any existing method or do I need to implement all logic for all folders and files manually ?
String Path = "Folder1\\Folder2";
Sergey.L...
Contributor
7200 points
1,341 Posts
11-07-2009 11:00 AM |
You need to implement all logic for do that.
11-07-2009 11:03 AM |
I understand, it was worth a chance to be sure of that.
Thank you...