DocGetPathNameΒΆ

DocGetPathName returns the document file name or an empty string if the document has not been saved.

ssPathName = DocGetPathName(hDoc)
ssPathName = DocGetPathName(hDoc, bExtern)

Return Value

ssPathName is the document file name or an empty string if the document has not been saved.

Parameters

hDoc

Identifies the document.

History

Version Beschreibung
R2016 New parameter bExtern.

id-1547292