.. highlightlang:: us .. index:: EdSave .. _edsave: EdSave ====== .. us.tag EdSave ENGLISH EdSet :ref:`EdSave` saves the editor text to disk. .. function:: bool = EdSave(hEdit, ssFileName) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hEdit Identifies the editor. .. uparam:: ssFileName *ssFileName* is the file name. .. seealso:: :ref:`overview-editors`, :ref:`EdCreate`, :ref:`EdSaveModified`, :ref:`EdSetPathName` :sub:`id-601356`