flying-circus / pyfilesystem

Automatically exported from code.google.com/p/pyfilesystem
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

factor out win32 hacks from TahoeFS #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

TahoeFS contains several hacks to work nicer when mounted as a windows 
filesystem:

  * replace ":" with __colon__ in all paths
  * avoid listing of autorun files

These should be factored out into a WrapFS subclass or two; probably under 
fs.expose.dokan since that's where they'll most likely be used.

Original issue reported on code.google.com by rfkel...@gmail.com on 4 Nov 2010 at 11:56

GoogleCodeExporter commented 9 years ago
These have been factored out into fs.expose.dokan.Win32SafetyFS

Original comment by rfkel...@gmail.com on 27 Jan 2011 at 10:18