Rebuilding Downloader
This commit is contained in:
@@ -62,4 +62,6 @@ fun URL.download(to: File, onDownloadProgress: ((Long, Long) -> Unit)? = null) {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun File.isParentOf(file: File) = file.absolutePath.startsWith(this.absolutePath)
|
||||
Reference in New Issue
Block a user