Refactor InteropFactory
This commit is contained in:
parent
14b63c0883
commit
a00849fb6f
12 changed files with 41 additions and 159 deletions
|
|
@ -76,7 +76,7 @@ namespace LibationFileManager
|
|||
//Possible appsettings.json locations, in order of preference.
|
||||
string[] possibleAppsettingsFiles = new[]
|
||||
{
|
||||
Path.Combine(Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location), appsettings_filename),
|
||||
Path.Combine(ProcessDirectory, appsettings_filename),
|
||||
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "Libation", appsettings_filename),
|
||||
Path.Combine(UserProfile, appsettings_filename),
|
||||
Path.Combine(Path.GetTempPath(), "Libation", appsettings_filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue