Skip to main content

Microsoft Silverlight

Answered Question Copy Folder, subfolders and filesRSS Feed

(0)

Silverlight Web Developer
Silverli...

Member

Member

76 points

313 Posts

Copy Folder, subfolders and files

 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 ?

IsolatedStorageFile isf = IsolatedStorageFile.GetUserStoreForApplication();

String Path = "Folder1\\Folder2";

Sergey.Lutay
Sergey.L...

Contributor

Contributor

7202 points

1,342 Posts

Answered Question

Re: Copy Folder, subfolders and files

Hi,

You need to implement all logic for do that.

(If this has answered your question, please click on "mark as answer" on this post. Thank you!)

Blog

Twitter

Sincerely,
Sergey Lutay

Silverlight Web Developer
Silverli...

Member

Member

76 points

313 Posts

Re: Copy Folder, subfolders and files

I understand, it was worth a chance to be sure of that.

Thank you...

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities