commandbox.system.modules_app.system-commands.commands

Class pwd

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

Output the current working directory of the shell. This can be changed by using the "cd" command. . {code:bash} pwd {code}

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any run()
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    run

    public any run()