EdSetPathName sets the file name.
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
Identifies the editor.
ssFileName is the file name. If the string is empty, a default name is given to the document.
Example
EdSetPathName(hEdit, "c:/doc.ic")
EdSetPathName(hEdit, "") // Set Default Name
See also
id-69226