J
Jacek Jurkowski
Open file from resource as a stream?
Or just how to read resource text file line by line?
Or just how to read resource text file line by line?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Jacek said:Open file from resource as a stream?
Or just how to read resource text file line by line?
I cant get through ...
assembly.GetManifestResourceStream(FOO_NAME)
whatever I put into FOO_NAME it returna null as a stream
file

Peter Duniho said:so.
How to "convert" byte[] into a stream or
just recreate file from byte[] chain?
If none of the other suggestions are working for you, you can always
create a MemoryStream from a byte[].
Pete
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.