parent Exists ROr Create Safely
fun <Error class: unknown class>.parentExistsROrCreateSafely(fallbackParent: <Error class: unknown class>? = null): Boolean
Extension method to check if a parent file exists readable and creates if not without throwing an exception, except CancellationException to cancel parent jobs.
Return
whether the parent exists readable or could be created.