Zesty "JFK" Sudol Questman
❔ Where to place files so my program can always find them?
Hey guys, I was working on one of my machines and my program is working fine. It has to open a csv file in a specific directory, and it does. But when I run it in visual studio, instead of looking in the root directory for the project, where all the files are, it looks "bin/Debug/netcoreapp6.0". How can I build my program so that these files are always in a set directory no matter the environment?
18 replies