<p class="Paragraph">Text: Libovolný řetězec určující název adresáře, který má být vytvořen, a cestu k němu. Jako parametr lze také použít <help:link Id="66636" Eid="urllocal" xmlns:help="http://openoffice.org/2000/help">adresu URL</help:link>.</p>
<p class="Paragraph">Není-li určena cesta, bude zadaný adresář vytvořen v aktuálním adresáři.</p>
<p class="P2">Příklad:</p>
<p class="PropText">Sub ExampleFileIO</p>
<p class="PropText">' Example for functions of the file organisation</p>
<p class="PropText">Const sFile1 as String = "file://c|/autoexec.bat"</p>
<p class="PropText">Const sDir1 as String = "file://c|/Temp"</p>
<p class="PropText">Const sSubDir1 as String ="Test"</p>
<p class="PropText">Const sFile2 as String = "Copied.tmp"</p>
<p class="PropText">Const sFile3 as String = "Renamed.tmp"</p>