mkdir

fun mkdir(): Boolean

Creates a directory at the path, with any parent directories created if not exist.

Return

true if successful, false otherwise