Brad Abrams offers managed code for a Unix-styled mount program:
One of the devs on the BCL team created this cool little sample while investigation a Whidbey bug and I thought I’d share it with you…
C:\code >mount a: c:\MountPoint
Managed Unix-style mount program
Mounting volume a:\ at c:\MountPoint\
C:\code >dir c:\MountPoint
Volume in drive C is Brian
Volume Serial Number is 186C-51E7
Directory of c:\MountPoint
01/27/2003 03:11 AM 15,229 Queue.cs
01/27/2003 06:10 PM 44,098 SortedDictionary.cs
01/27/2003 03:26 AM 11,100 Stack.cs
3 File(s) 70,427 bytes
Here is the code… Works fine for me on my Everett windows XP machine…
|