mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-29 12:37:50 +02:00
Use unified storage location for local source
This commit is contained in:
@ -4,11 +4,11 @@ import java.io.File
|
||||
|
||||
expect class LocalSourceFileSystem {
|
||||
|
||||
fun getBaseDirectories(): Sequence<File>
|
||||
fun getBaseDirectory(): File
|
||||
|
||||
fun getFilesInBaseDirectories(): Sequence<File>
|
||||
fun getFilesInBaseDirectory(): List<File>
|
||||
|
||||
fun getMangaDirectory(name: String): File?
|
||||
|
||||
fun getFilesInMangaDirectory(name: String): Sequence<File>
|
||||
fun getFilesInMangaDirectory(name: String): List<File>
|
||||
}
|
||||
|
Reference in New Issue
Block a user