Skip to content

Moving to platformdirs results in changed paths in AppFS #530

@tfeldmann

Description

@tfeldmann

Before:

>>> fs.__version__
'2.4.15'
>>> fs.open_fs("userconf://test:test", create=True).getsyspath("/")
'/Users/tf/Library/Application Support/test/'

Current master branch:

>>> fs.open_fs("userconf://test:test", create=True).getsyspath("/")
'/Users/tf/Library/Preferences/test/'

I don't think switching to platformdirs is such a good idea at this time. The paths seem to change even in minor version bumps:
tox-dev/platformdirs#47

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions