Skip to content

Commit 3c4c27c

Browse files
authored
Revert "Regression (#26039)" (#26685)
This reverts commit 80c0d7d.
1 parent bdb3b3c commit 3c4c27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Essentials/src/FileSystem/FileSystem.uwp.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ partial class FileSystemImplementation : IFileSystem
3636
}
3737
else
3838
{
39-
string path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), AppSpecificPath, "Data");
39+
string path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), AppSpecificPath, "Data");
4040

4141
if (!File.Exists(path))
4242
{

0 commit comments

Comments
 (0)