Skip to content

Commit

Permalink
Revert "Regression (dotnet#26039)" (dotnet#26685)
Browse files Browse the repository at this point in the history
This reverts commit 80c0d7d.
  • Loading branch information
mattleibow authored Dec 18, 2024
1 parent bdb3b3c commit 3c4c27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Essentials/src/FileSystem/FileSystem.uwp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ partial class FileSystemImplementation : IFileSystem
}
else
{
string path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), AppSpecificPath, "Data");
string path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), AppSpecificPath, "Data");

if (!File.Exists(path))
{
Expand Down

0 comments on commit 3c4c27c

Please sign in to comment.