Is it possible to save a list of files into one MemoryStream and save the files later back to the disc?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well yeah, there are a few ways of doing this but one would be to do something like this:
Where you should be able to figure out roughly the implementation of
SaveFilesandGetFiles. I’m not entirely clear why you want to do this though.