DocSetPathName sets the file name.
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
Identifies the document.
ssFileName is the file name. If the string is empty a default name is given to the document (UniPlot1.ipw, UniPlot2.ipw,...).
Example
DocSetPathName(hDoc, "") // Set Default Name
DocSetPathName(hDoc, "c:/doc.ipw") // Use forward slash or double backslash \\
See also
id-1601564