mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-29 22:45:44 +00:00 
			
		
		
		
	RootId + Like
This commit is contained in:
		
							parent
							
								
									2230ddea79
								
							
						
					
					
						commit
						9d83e524cd
					
				
					 8 changed files with 27 additions and 11 deletions
				
			
		|  | @ -25,7 +25,7 @@ namespace AideDeJeu.Droid | |||
| 
 | ||||
|         public async Task<string> GetDatabasePathAsync(string databaseName) | ||||
|         { | ||||
|             return NSBundle.MainBundle.PathForResource("library", "db"); | ||||
|             return NSBundle.MainBundle.PathForResource(databaseName, "db"); | ||||
|             //var databasePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "..", "Library", databaseName); | ||||
|             //return databasePath; | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez