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