Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
0 answers
298 views

UWP - Access to file system in the LocalState folder

I am developing a UWP app in C#. I need a SQLite database to store some information, and I place this file in the LocalState folder, which I am sure to have access to. Everything usually works fine, ...
Cristiano Ghersi's user avatar
0 votes
2 answers
284 views

Where to store user-accessible files in UWP?

I have here a cross platform app, which uses DependencyService to get a file path for my log file. This works fine for ApplicationData.Current.LocalCacheFolder.Path, but now the log file should be ...
testing's user avatar
  • 20.3k