commandbox.system.modules_app.system-commands.commands

Class edit

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

Open a path in the native OS application in order to edit it. If you pass in a folder, it will try to open the folder in an explorer or finder window. Passing no path, or an empty string will open the current working directory . {code:bash} edit index.cfm open myApp/ {code}

Class Attributes:
  • aliases : open
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any run([commandbox.system.modules_app.system-commands.commands.Globber path='[runtime expression]'])
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    run

    public any run([commandbox.system.modules_app.system-commands.commands.Globber path='[runtime expression]'])

    Parameters:
    path - Path to open natively.