edit

Launches a given editor filename to edit in the ui.

Syntax

edit(filename)

Inputs

filename
The file of the editor to edit.
Type: string

Examples

Edit a oml editor:

          edit('C:\Users\jwarner2\Desktop\pyEditor.oml');