Property

Method

Event

 

 

GetDocumentPath

Gets the absolute path (URL) of the current document.

Syntax

    HRESULT GetDocumentPath(
    BSTR* pVal
    );

Parameters

pVal

[out, retval] The absolute path (URL) of the current document.

Return Values

0 (always)

Sample Codes

VBScript

    dim object
    Set object = document.editForm
    MsgBox object.wec.GetDocumentPath

See Also

GetDocumentSize