mkdirs

expect fun mkdirs(): Boolean(source)

Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories. Note that if this operation fails it may have succeeded in creating some of the necessary parent directories.

Return

true if and only if the directory was created, along with all necessary parent directories; false otherwise.

actual fun mkdirs(): Boolean(source)