Saves the text to a specified file. The file name is specified as a Unicode string. You can use this inline function or explicitly send the EE_SAVE_FILEW message.
Editor_SaveFileW( HWND hwnd, BOOL bReplace, LPWSTR szFileName );
hwnd
Specifies the window handle of the view or frame of EmEditor.
bReplace
Specifies TRUE if the text will be saved as by a specified name; the file name EmEditor holds and the title shown on the EmEditor Window will be changed. Specifies FALSE if the copy of the text is saved; the file name EmEditor holds will not be changed.
szFileName
Specifies a full path file name in bytes.
If it is succeeded, the return value is nonzero. If it isn't succeeded, the return value is zero.
Send feedback on this topic to Emurasoft