Filesystem-Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Filesystem-Commands >

Filesystem-Commands

MKD. - Make-Directory

Previous Top Next


MiniRobotLanguage (MRL)

 

MKD. Command

MaKe Directory

 

NTFS-Direct

 

Intention

 

This command can be used to create unlimited deep folders in one strike.

If the folder already exists or if the folder can't be created you won't get an error message.

 

 

 

 

Syntax

 

 

MKD.P1

 

 

Parameter Explanation

 

P1 - Name of the Directory you want to create

 

P1 is necessary. For safety reason it can't be omitted.

 

 

 

Example

 

''*************************************

' MKD - DEMO

' This will create some Folders on

' your desktop.

'*************************************

'DBM.2

'

VAR.§§DIR=?desktop\MydirA\MyDirB\MyDirC

MKD.§§DIR

END.

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also:

 

    ATF - Append-to-File

    CFF. - Copy-From-File

    CTF - Copy-To-File

    COP. - Copy File

    SHF. - Shell-File-Operation

    MDF. - Make-Direktory-File

    GLC. - Get-Line-Count

    IEF. / NEF. - If - exist - File

    LFF - Line-From-File

    WFF. - Wait-For-File

    DEL. - Delete File

    REN. - Rename File/Dir