bdeGetEditorFilePath

Gets the file path of the textEditor.

Syntax

editorFilePath = bdeGetEditorFilePath(textEditor)

Inputs

textEditor
The text editor to get the file path of.
Type: hwscpTextEditorDialog

Outputs

editorFilePath
The file path of the text editor.
Type: string

Examples

Get the file path of a text editor:

          editorFilePath = bdeGetEditorFilePath(editor);
        

          
            editorFilePath = C:\Users\user\Desktop\textEditor.oml