in reply to Re^2: Perl to mount a virtual filesystem on Windows?
in thread Perl to mount a virtual filesystem on Windows?
14: my $fs = Mirror->new("D:/"); 15: my $mounter = Win32::Dokan::Mounter->new({debug_mode => 1, 16: use_std_err => 1}); 17: $mounter->mount('W', $fs);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl to mount a virtual filesystem on Windows?
by Anonymous Monk on Apr 03, 2009 at 13:49 UTC | |
by isync (Hermit) on Apr 09, 2009 at 21:13 UTC | |
by Anonymous Monk on Apr 11, 2009 at 09:15 UTC |