commandbox.system.modules_app.system-commands.commands

Class mkdir

lucee.Component
    extended by commandbox.system.modules_app.system-commands.commands.mkdir

Create a new directory. . {code:bash} mkdir newDir {code} You can also change your current working directory to the new path with the cd flag. . {code:bash} mkdir newDir --cd {code}

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any run(String directory, [boolean cd='false'])
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    run

    public any run(String directory, [boolean cd='false'])

    Parameters:
    directory - The directory to create
    cd - CD into the directory after creating