makeParentDir

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

Creates the parent directory of the receiver File if it doesn't already exist.

Receiver

File The file whose parent directory is to be created.

Return

The file with its parent directory created.