Previous Document Next Document

Object Model Reference : Classes : D : Document : Properties : Document.FilePath


Document.FilePath

Property FilePath As String

Description

Member of Document

The FilePath property returns the file path where a document is saved. The file path always ends with a backslash ( \ ).

The FilePath property returns a read-only value.

VBA example

The following VBA example displays the file path of the active document.

Sub Path()
 MsgBox ActiveDocument.FilePath
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.