lucee.Componentcommandbox.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}
Method Summary | |
---|---|
any
|
run([commandbox.system.modules_app.system-commands.commands.Globber path='[runtime expression]'])
|
Methods inherited from class lucee.Component |
---|
None |
Method Detail |
---|
path
- Path to open natively.