How to treat RAM data as if it was a real file?
- by Ole Jak
So I have some temp data in my prorram (in RAM) I want to somehow make it seem as it is file (for example for sending it into another program which takes a file link as argument)?
Is it possible?
How to do such thing?