```python from fsspec.implementations.local import LocalFileSystem fs = LocalFileSystem() fs.ls("C:/") ``` This lists the content of os.getcwd() instead of C:/. The same for similar commands like ``` fs.ls("file://C:/") ``` pretty sure this is a bug?