existsRWSafely

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

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

Return

whether a file or directory exists and can be written.