I have text files that my program should download. The program will search for these files in the executable directory. These files are currently located in the project directory (and are part of the project).
Is there any way to tell visual studio to place these files in the bin / debug (or bin / release) directory as part of the build process?
source
share