appdata added

This commit is contained in:
2024-03-07 20:46:30 +01:00
Unverified
parent b303185727
commit a383b13b82
10 changed files with 181 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ namespace VDownload.Services.Data.Settings
string appdataPath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData);
string appdataDirectoryName = _configurationService.Common.Path.Appdata.DirectoryName;
string appdataAuthenticationFilename = _configurationService.Common.Path.Appdata.SettingsFile;
string appdataAuthenticationFilename = _configurationService.Common.Path.Appdata.DataFile;
_filePath = Path.Combine(appdataPath, appdataDirectoryName, appdataAuthenticationFilename);
}