Hello,
I am searching a way to do this:
1) I have byte array or stream acting a content of file in computer memory (RAM).
2) I want to make it accessible as regular file on hard disk. The difference is that my file would be absolutely in memory.
3) That file should be discoverable by Windows Explorer. Also, it could be opened in any binary editor minimaly with read access.
I would rather prefer a managed way to do that.
Between, I would like to know if it is possible to shadow in-HDD file with my in-RAM file.
Thank you.
P.S: It should be so cheap, so it would free. :)
I am searching a way to do this:
1) I have byte array or stream acting a content of file in computer memory (RAM).
2) I want to make it accessible as regular file on hard disk. The difference is that my file would be absolutely in memory.
3) That file should be discoverable by Windows Explorer. Also, it could be opened in any binary editor minimaly with read access.
I would rather prefer a managed way to do that.
Between, I would like to know if it is possible to shadow in-HDD file with my in-RAM file.
Thank you.
P.S: It should be so cheap, so it would free. :)
Comment