mkdir
Creates a directory and returns a file pointing to it.
Return
The created directory.
Parameters
path
The path for the directory to be created. Evaluated as per KotlinInitScript.file.
Throws
org. gradle. api. Invalid User Data Exception
If the path points to an existing file.