parentMkdirs

open fun parentMkdirs(child: File): File(source)

Makes the parent directory of the file, and any non existent parents.

Return

The parent dir file

Parameters

child

The file to create the parent dir for

See also