Example #1
0
        void mo()
        {
            String mountDir = "C:\\LSR", driveLetter = "N", volumeLabel = "Nyx's Disk";
            Mirror mirror = new Mirror(mountDir, driveLetter, volumeLabel);

            mirror.Mount(driveLetter + ":\\", DokanOptions.DebugMode | DokanOptions.KeepAlive, 5);
        }
Example #2
0
        void mo()
        {
            String mountDir = "C:\\LSR", driveLetter = "N", volumeLabel = "Nyx's Disk";
            Mirror mirror = new Mirror(mountDir, driveLetter, volumeLabel);

            mirror.Mount(driveLetter + ":\\", DokanOptions.DebugMode | DokanOptions.KeepAlive, 5);
        }