mkdirs

abstract fun mkdirs(dir: String)

Creates the given directory if it does not already exist.

Parameters

dir
an absolute directory path.

Throws

if an I/O error occurs.