In the application i'm working on, information will be saved to a database file which is located in the same directory as the executable application.
In order for this file to be accessable for the executable while in a visual studio project, i would usually place it in the debug folder, then later on package it into an installer once the executable was compiled.
The problem is, i've made a move to visual studio online for my version control, and as a result there's now nothing in my project's directory on my local machine.
- Is there any way to upload files directly to the project folder in visual studio online?
- Alternatively, is there a way to keep the project files themselves local without having to upload and download them manually for version control?
Thank,
~ Alex.