common-plugin / com.cognifide.gradle.common.file.transfer / FileTransfer / exists

exists

open fun exists(fileUrl: String): Boolean

Checks if file at specified URL exists.

open fun exists(dirUrl: String, fileName: String): Boolean

Checks if file with given name exists in directory at specified URL.