We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb3b3c commit 3c4c27cCopy full SHA for 3c4c27c
src/Essentials/src/FileSystem/FileSystem.uwp.cs
@@ -36,7 +36,7 @@ partial class FileSystemImplementation : IFileSystem
36
}
37
else
38
{
39
- string path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), AppSpecificPath, "Data");
+ string path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), AppSpecificPath, "Data");
40
41
if (!File.Exists(path))
42
0 commit comments