Accessing a data file from a packaged and installed application
The first time my application runs I want to create a folder and copy CI02Data.txt, which is stored in the release folder, into the new folder. My program works fine in development, but when I package it and install from an appxbundle file, CI02Data.txt is not found. What is the correct path to access CI02Data.txt?