FullName property

FullName property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

Returns the name of a document, including the drive and path.

Version added

2.0

Syntax

        
          strRet = object.FullName
      

strRet

String. The file name of the document.

object

Required. An expression that returns a Document object.

Remarks

Use the FullName property to obtain a document's drive, folder path, and file name as one string. The returned value can include UNC drive names (for example, \\bob\leo).