Skip to content

System.Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData) Is the wrong path on MacOS #40353

Description

@Clancey

Description

When you call the following code, it is correct on Windows and Linux, but MacOS you get the linux path
var path = System.Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData)
paths actual value = ~/.config
It should be ~/Library/Application Support

Configuration

MacOS

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions