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:
		
							parent
							
								
									a962ac062b
								
							
						
					
					
						commit
						ad001613e0
					
				
					 4 changed files with 6 additions and 272 deletions
				
			
		|  | @ -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) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez