PyFilesystem / pyfilesystem

Python filesystem abstraction layer
http://pyfilesystem.org/
BSD 3-Clause "New" or "Revised" License
287 stars 63 forks source link

Dokany 0.8.0 #241

Closed zommuter closed 8 years ago

zommuter commented 8 years ago

First attempt at Dokany 0.8.0 compatibility, still WIP

zommuter commented 8 years ago

Currently not working properly, see https://github.com/PyFilesystem/pyfilesystem/issues/236#issuecomment-169996346

lurch commented 8 years ago

Other thoughts:

zommuter commented 8 years ago

Good questions... I know dokan can pretend to be a network drive as well, but UNC shouldn't matter; concerning nested paths I'd leave that to the DLL for now. The mirror.exe shipped with dokany does unfortunately still only work with drive letters it seems. Maybe the whole drive-path issue should be moved to a separate branch and getting dokany 0.8.0 to work at all should be prioritized on first...

zommuter commented 8 years ago

I moved the drive to path part to https://github.com/zommuter/pyfilesystem/tree/dokany-paths and #242, unfortunately that seems to have deleted our comments on that...

lurch commented 8 years ago

Closing in favour of #256