It would be useful to be able to specify a filesystem with an arbitrary root - e.g. ```python 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`