Skip to content

Fix SpecialFolder.Personal usage#121

Merged
RicoSuter merged 1 commit intoRicoSuter:masterfrom
eerhardt:FixSpecialFolderUsage
Sep 16, 2022
Merged

Fix SpecialFolder.Personal usage#121
RicoSuter merged 1 commit intoRicoSuter:masterfrom
eerhardt:FixSpecialFolderUsage

Conversation

@eerhardt
Copy link
Copy Markdown
Contributor

SpecialFolder Personal is the same value as MyDocuments, both of which will be changed on Unix from ~ to ~/Documents in .NET 8. See dotnet/runtime#68610.

Fixing the usage of SpecialFolder.Personal here to be UserProfile, since that's really what it wants.

SpecialFolder Personal is the same value as MyDocuments, both of which will be changed on Unix from `~` to `~/Documents` in .NET 8. See dotnet/runtime#68610.

Fixing the usage of SpecialFolder.Personal here to be UserProfile, since that's really what it wants.
@RicoSuter RicoSuter merged commit 3a2768d into RicoSuter:master Sep 16, 2022
@eerhardt eerhardt deleted the FixSpecialFolderUsage branch September 16, 2022 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants