mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2026-02-06 16:43:33 +00:00
Problème droid
This commit is contained in:
parent
f8daf71f27
commit
b10dda447d
5 changed files with 66 additions and 21 deletions
|
|
@ -50,7 +50,8 @@ namespace AideDeJeu.Droid
|
|||
}
|
||||
public string GetNewFilePath(string fileName, string extension)
|
||||
{
|
||||
var documentsDirectoryPath = System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal);
|
||||
//var documentsDirectoryPath = System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal);
|
||||
var documentsDirectoryPath = Android.App.Application.Context.CacheDir.AbsolutePath;
|
||||
return Path.Combine(documentsDirectoryPath, $"{fileName}.{extension}");
|
||||
}
|
||||
public async Task CopyOldToNewFileAsync(string fileName, string extension)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue