All Questions
Tagged with filesystem-access uwp
2 questions
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, ...
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 ...