Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
2answers
867 views

Is there a simple “virtual file” class for .NET (c# if source is available)?

For a long time, I've been looking for a class in .NET that has functionality that makes it so that the operating system thinks there is a file (or directory, or both, etc) at a particular location - ...
3
votes
2answers
138 views

Create a “virtual” file and execute it

My google search has led me to here: http://stackoverflow.com/questions/2080892/how-to-create-a-virtual-file In that article, people suggested the author to extract the file to a temp directory and ...
0
votes
1answer
173 views

Implementing a virtual file by overriding Win32 File API

Is there any way to override Win32 File API such as CreateFile()? I want my app to see a virtual file solely for my app, however, the virtual file does not exist actually.