Make directory
XML
<file:makedir dirname="string"/>
<file:makedir /> makes a new directory.
The directory path is created recursively as paternal directories are implicitly created if they do not yet exist.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| dirname | string | Directory name/URL | file:makedir |
Examples
XML
<file:makedir dirname="./test/ixml_dir"/>