How do you get a flat listing of all files in IsolatedStorage?

Posted by tjrobinson on Stack Overflow See other posts from Stack Overflow or by tjrobinson
Published on 2010-06-14T16:06:27Z Indexed on 2010/06/14 16:12 UTC
Read the original article Hit count: 514

I need to get a list of all files in a given IsolatedStorage folder. There are sub folders off the root of the IsolatedStorage and these need to be included in the list.

The usual System.IO classes can't be used with IsolatedStorage.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET