Sunday, February 2, 2014

how to create folders and files dynamically (Windows.ApplicationModel.Package.Current.InstalledLocation.CreateFileAsync(filename))?

The package installation folder is read-only (see here). You should use ApplicationData.LocalFolder instead.

No comments:

Post a Comment