FullName Property [Visio 2003 SDK Documentation]

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

strRet = object**.FullName**

strRet     String. The file name of the document.

object     Required. An expression that returns a Document object.

Version added

2.0

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, \\drive\folder).

Applies to | Document object

See Also | Name property | Path property