Skip to content

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

@Clancey

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions