Hi, I recently rewrote Pathos, a VFS library that's been used in production for a few years. The goal of the rewrite is in the title: Windows!
Link: https://github.com/dduan/Pathos
Pathos is cross-platform. Meaning the same code written against it compiles and functions in the same manner without #if os()
. It's API selection is comparable to Python's os.path
(not as broad because Pathos focuses solely on manipulating the VFS).
If you are trying it out on Windows, please file any bugs you encounter :)