S
Scott Williams
I have a simple text document embedded into an app I am writing. I can
read from it just fine via Assembly.GetExecutingAssembly(), but trying
to write to the resulting Stream throws an exception. The CanWrite
property on the Stream is false as well. Is there a way around this or
perhaps a better method?
read from it just fine via Assembly.GetExecutingAssembly(), but trying
to write to the resulting Stream throws an exception. The CanWrite
property on the Stream is false as well. Is there a way around this or
perhaps a better method?