FileOpenCommand.execute(path) Method
Executes the FileOpenCommand command with the specified parameter.
Declaration
execute(
path: string
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | A string value specifying path to the opening file. |
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
Usage example:
richEdit.commands.fileOpen.execute("document.docx");
See Also