existsSafely

fun <Error class: unknown class>?.existsSafely(default: Boolean = false): Boolean

Extension method to check if a file exists without throwing an exception, except CancellationException to cancel parent jobs.

Return

whether a file or directory exists.