in reply to Re^2: Perl to mount a virtual filesystem on Windows?
in thread Perl to mount a virtual filesystem on Windows?

I wrote some XS codes to use Dokan.dll from perl. It's a very early early version, not fully tested, but works. (ActivePerl Build 810, and VC++2008)

Source code is available from:
http://svn.sourceforge.jp/view/Win32-Dokan/?root=perl-fuse-fv

(binary release is not available now)

  • Comment on Re^3: Perl to mount a virtual filesystem on Windows?

Replies are listed 'Best First'.
Re^4: Perl to mount a virtual filesystem on Windows?
by isync (Hermit) on Mar 01, 2009 at 17:49 UTC
    That is *so good* news! What a lucky accident that I had another look at this old thread... Keep up the good work, tofjw!
      What about for a pure Perl package calling dokan internals using the Win32-API ? This will play to all Perl versions.