1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 23:16:09 +00:00

Préparation beta, utilisation cache, suppression resources

This commit is contained in:
Yan Maniez 2019-02-03 00:41:08 +01:00
parent a962ac062b
commit ad001613e0
4 changed files with 6 additions and 272 deletions

View file

@ -47,7 +47,7 @@ namespace AideDeJeu.UWP
}
public string GetNewFilePath(string fileName, string extension)
{
var documentsDirectoryPath = Windows.Storage.ApplicationData.Current.LocalFolder.Path;
var documentsDirectoryPath = Windows.Storage.ApplicationData.Current.LocalCacheFolder.Path;
return Path.Combine(documentsDirectoryPath, $"{fileName}.{extension}");
}
public async Task CopyOldToNewFileAsync(string fileName, string extension)