1.10. Element mkdir

<mkdir
  dir = Path
  quiet = boolean : false
/>

Creates specified directory. If parent directories needs to be created in order to create specified directory, these parent directories are created too.

Will report an error if specified directory cannot be created. Attribute quiet can be used to suppress the error message when specified directory already exists.