I'm making a windows form application, and I want to create a check for a folder, which I know how to do, but I don't want it to be
"C:\Users\User\Documents\Visual Studio 2015\Projects\This Project\Required Files\file.txt"
But
"This Project\Required Files\file.txt"
is that possible? I need to do this because I want to app to be portable, and if I put the whole path starting with C and the app is installed somewhere else (For EG. C:\User\Bob\Application\Required Files\file.txt") Thanks.