Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The Location property returns the location of the current document. The location is the full path without the file name. This property is read-only.
Syntax
Property Location As String
Property value
The location of the current document.
Examples
' Retrieve the document location.
Dim strLoc As String
strLoc = objDoc.Location
MsgBox (strLoc)
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
IID |
IID_Document |