Var fullPath = Path.Combine(appRoot, FFXIVFolderPath) Var appRoot = Path.GetDirectoryName(Assembly.GetEntryAssembly().Location)
I tried: //1)Make sure config folder exist and start application Logging I have not gotten the relative path to work yet. What I wanted to do was to drop these files in a folder called ConfigFiles, and then just drop that ConfigFiles folder into the Visual Studio project folder, so that no matter what computer I run the program from, it will be able to access the files. The C# program I am writing needs to access a few XML files and a txt log file, stored in an external folder.