appdata added
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user