We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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