I need to create a virtual file in memory to trick the system and to let it think that it exists.
I have some scientific program and I heed to provide in some function file for output as argument.
I want to create some file in memory and provide this file to this function.
I do not want to use some temp folders and so on. How do you think, is it possible to create this trick?