次の方法で共有


RecentFile.Path Property

Word Developer Reference

Returns the disk or Web path to the specified object. Read-only String.

Syntax

expression.Path

expression   Required. A variable that represents a RecentFile object.

Remarks

The path doesn't include a trailing character — for example, "C:\MSOffice" or "http://MyServer". Use the PathSeparator property to add the character that separates folders and drive letters. Use the Name property to return the file name without the path.

See Also