I have a byte array (actually IEnumerable), and I need to save it to a new file containing this data.
How to do it?
I found several answers telling how to create a MemoryStream, but cannot save it in a completely new file.
c # file stream byte save
Daniel Mรถller Oct 18 '13 at 17:11 2013-10-18 17:11
source share