Simple high level constructs to handle common file types.
The latest artifacts are available on Maven Central.
repositories {
mavenCentral()
}
dependencies {
implementation("com.divpundir.filetools:filetools:$version")
}
For the API docs, please refer the KDoc.