mkdir

expect fun mkdir(): Boolean(source)

Creates the directory named by this abstract pathname.

Return

true if and only if the directory was created; false otherwise.

actual fun mkdir(): Boolean(source)