in reply to Perl to mount a virtual filesystem on Windows?

A quick glance at the Dokan library documentation suggests to me that you could access the dokan.dll using Win32::API and thus provide a file system written in Perl. It seems to me that it would be a lot of work! The dokan authors strongly recommend that you use a Virtual Machine when you develop file system applications - that sounds like very sage advice to me!


Perl's payment curve coincides with its learning curve.
  • Comment on Re: Perl to mount a virtual filesystem on Windows?

Replies are listed 'Best First'.
Re^2: Perl to mount a virtual filesystem on Windows?
by isync (Hermit) on Dec 14, 2008 at 13:36 UTC
    Thanks for the hint, I will have a look into it! But as you remarked that it would be *a lot* of work, I do not feel so inclined anymore to try it...
        That is *so good* news! What a lucky accident that I had another look at this old thread... Keep up the good work, tofjw!