views:

129

answers:

1

I would like to take a file in isolatedstorage and convert it to a filestream for reading.

how do I do this in code?

+2  A: 

You mean an IsolatedStorageFileStream? Your question provides the answer already.

Edit: Just saw that the msdn page for the silverlight version of this class doesn't provide an example. The link points to the "normal" implementation though and explains exactly how to use it.

Benjamin Podszun