I'd like to write an application that adds a virtual drive where the
data comes from my private database. Basicly I'd want it to look like
a USB drive, where it shows up when my program is running, and I only
need some simples options, maybe not even multiple folders, and only a
few files at any given time.
Is the only way to do this writing a device driver? Microsoft hasn't
create a mini-driver method for this yet? I know so many devices show
up as drives now, my USB Memory Stick, my digital camera, my pocket
PC, etc... but they haven't made it easy for an application to
emulate this, and either provide hard-coded files, or files that comes
from a database or remote location?
Also, it doesn't have to be an actual drive letter if that is any
easier, I don't need to support DOS applications or other apps that
can't work with drives that aren't associated with letters (like UNC
paths, or however those other virtual drives work, like the ones that
show up when you use Remote Desktop and enable access to local hard
drives).