mkdirsInline

internal fun File.mkdirsInline(): File(source)

Creates the directories represented by the receiver File if they don't already exist.

Receiver

File The directories to create.

Return

The directory file.