Has anyone ever emulated a drive with a Delphi? I basically want to create
a fake drive and read/write contents to a file as a test.  I figure it
requires writing some sort of driver.  Not really finding anything useful
out there but this is Delphi and usually finding source or some base
starting point for these sorts of things is about turning over the right
rock.

You probaby want to create a shell namespace extension.  You can try
http://www.shellplus.com/examples/namespace-extension-example.html but there
might be some free source out there.

I have completed a working namespace but it needs to be a mappable drive letter as well. I figure the interaction is similar, but have been unable to find any useful info that shows how to write that driver. Guess I will go to the C++ guys and see what they have laying around. This code is somewhere I am sure of it.
__________________________________________________
Delphi-Talk mailing list -> [email protected]
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk

Reply via email to