SECEdit::WriteFile
BOOLSECEdit::WriteFile(LPCTSTRlpszPathName)
Saves the current text to a file. This method exists for compatibility with Objective Edit versions 1.x, and simply calls SaveFile.
Defined in: SECEdit.cpp
Return Value
Returns non-zero if successful; otherwise zero. In order to save the file successfully, the file must not be read only.
Parameters
lpszPathName
Pathname of the file to save.
See Also