bdeGetEditorFilePath
Gets the file path of the textEditor.
Syntax
editorFilePath = bdeGetEditorFilePath(textEditor)
Inputs
- textEditor
 - The text editor to get the file path of.
 
Outputs
- editorFilePath
 - The file path of the text editor.
 
Examples
          editorFilePath = bdeGetEditorFilePath(editor);
        
        
          
            editorFilePath = C:\Users\user\Desktop\textEditor.oml