We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It would be useful to be able to specify a filesystem with an arbitrary root - e.g.
fs = LocalFileSystem(root='C:/temp')
All operations would then be performed relative to this root - e.g. fs.ls('/') would then list the contents of C:/temp
fs.ls('/')
C:/temp