Skip to content

Commit

Permalink
Regression (#26039)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyIX authored Nov 23, 2024
1 parent f642447 commit 80c0d7d
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.LocalApplicationData), AppSpecificPath, "Data");
string path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), AppSpecificPath, "Data");
if (!File.Exists(path))
{
Expand Down

0 comments on commit 80c0d7d

Please sign in to comment.