From: Brian Palmer Date: 2005-09-23T01:58:32+09:00 Subject: Re: [ANN] FuseFS-0.3 Natively, Windows doesn't even support mounting of ISOs. But there are plenty of programs around that will allow you to do so, Alcohol, Daemon Tools, etc. Basically they are a filesystem driver, just like FUSE is in Linux. So it could be done this way if somebody wrote a Windows VFS driver that allowed all the functionality that FUSE does, probably through a DLL that your program could like in. -- Brian On Sep 22, 2005, at 10:38 AM, why the lucky stiff wrote: > Brian Palmer wrote: > > >> Windows has built-in support for WebDAV as well, but I've just >> discovered that it only seems to allow dragging files in and out >> of folders, not editing-in-place or from the command line. >> > > Stepping back a bit, doesn't Windows allow mounting of virtual > drives? Like those programs where you can mount an ISO as a > drive. Couldn't FuseFS just leverage that API directly rather than > going through layers and layers of other APIs? > > _why > > >