Saves the contents of the Cute Editor to a file.
The SaveFile method enables you to save the entire contents of the control to a file (right now only support html file.). If the file name that is passed to the path parameter already exists at the specified directory, the file will be overwritten without notice. You can use the LoadFile, LoadWord, LoadRTF, LoadText method to load the contents of a file into the CuteEditor.
editor.SaveFile("document.html")
Editor Class | CuteEditor Namespace