DocSetPathName

DocSetPathName sets the file name.

bool = DocSetPathName(hDoc, ssFileName)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hDoc

Identifies the document.

ssFileName

ssFileName is the file name. If the string is empty a default name is given to the document (UniPlot1, UniPlot2,…).

Example

DocSetPathName(hDoc, "")             // Set Default Name
DocSetPathName(hDoc, "c:/doc.ipz")   // Use forward slash or double backslash \\

id-1601564