I was thinking of messing around with my own file system code, as a learning exercise. To start with this could be a RAM drive, or just mounted within a file on another drive. Questions:
- What windows APIs would I need to program to implement my own drive letter (eg an M: with my system)
- Where is the documentation for these APIs?
- Can you implement them using C#?
NB:
- I know there are other Ram drive implementations out there - I don't need a list of them.
- I've tried googling, but found it very hard to find the right search terms.
- I'm not fussy for now about which version of windows, any version is fine as I'm developing using Windows 7, but I hope that version for earlier Windows will still work