FileOpenCommand Class
In This Article
A command to open the file, specifying its path.
#Declaration
TypeScript
declare class FileOpenCommand
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.fileOpen property.
See Also