tamaseal.blogg.se

Ffxiv config file location
Ffxiv config file location









ffxiv config file location

This is my code in case someone needs to do the same: private const string FFXIVFolder = Games\XYZ Game\Bot Config Files" I ended up deciding that I wanted my resource files to be in the "special folder" Documents, under the current user (the users should be able to modify them). If (folderBrowserDialog1.ShowDialog() = DialogResult.OK)įFXIVFolderPath = folderBrowserDialog1.SelectedPath

ffxiv config file location

Var folderBrowserDialog1 = new FolderBrowserDialog()

ffxiv config file location

Var message = "FFXIV config directory (" + fullPath + ") does not exist, please select new folder." 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.











Ffxiv config file location