I have 2 projects. The main project and dll project. In the dll project, I have files in the folder Data.
How can I get a relative file location (in the example Data\Test.txt) running from the main project?
I try to load data from dll in the main project.