Skip to content

fs.path not available #304

@simonm3

Description

@simonm3

In the docs it says fs.path provides operations on generic pyfilesystem filepaths. However it is not available until a filesystem has been opened.

For example I want to carry out a path operation before opening a filesystem but this is not possible. Says "module fs has no attribute path". Once I open a filesystem it works fine.

import fs
fs.path

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions