mkdirsSafely

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

Extension method to create this and all parent directories without throwing an exception, except CancellationException to cancel parent jobs.

Return

whether all directories could be created.