Can a file be opened simultaneously under SIlverlight and Windows?

Posted by Noah on Stack Overflow See other posts from Stack Overflow or by Noah
Published on 2010-04-16T23:30:30Z Indexed on 2010/04/16 23:33 UTC
Read the original article Hit count: 206

Filed under:
|

Silverlight uses an IsolatedStorageFileStream to open files.

I am trying to determine if I need to watch for locking issues when opening a file in Silverlight. In other words, can a file be opened by Silverlight and some other Windows (let's say W7) application at the same time.

If so, any ideas on how to handle locking?

© Stack Overflow or respective owner

Related posts about c#

Related posts about Silverlight