.. highlightlang:: us .. index:: DocSetPathName .. _docsetpathname: DocSetPathName ============== .. us.tag DocSetPathName GERMAN DocSet :ref:`DocSetPathName` setzt den Namen unter dem das Dokument gespeichert werden soll. .. function:: bool = DocSetPathName(hDoc, ssFileName) .. us.return **Returnwert** *bool* ist TRUE (1), wenn die Funktion erfolgreich war und sonst FALSE (0). .. us.params **Parameter** .. uparam:: hDoc *hDoc* ist die Zugriffsnummer des mit :ref:`DocCreate` erzeugten Dokuments. .. uparam:: ssFileName *ssFileName* ist der vollständige Dateiname. Der Name hat normalerweise die Erweiterung :file:`.ipz` oder :file:`.ipw`. Falls ein leerer String angegeben wird, erhält das Dokument einen Default-Namen (:file:`UniPlot1`, :file:`UniPlot2`, ...). .. us.example **Beispiel** :: DocSetPathName(hDoc, "") // Set Default Name DocSetPathName(hDoc, "c:/doc.ipz") // Use forward slash or double backslash \\ .. seealso:: :ref:`uberblick-dokumente`, :ref:`DocCreate`, :ref:`DocGetPathName`, :ref:`DocSave` :sub:`id-1601564`