title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
FileConverter.Path property (Word) |
vbawd10.chm161021958 |
|
|
85809cfe-7db5-cada-9b25-3d6276356ea9 |
06/08/2017 |
medium |
Returns the disk or Web path to the specified object. Read-only String.
expression.Path
expression Required. A variable that represents a 'FileConverter' object.
The path doesn't include a trailing character — for example, "C:\MSOffice" or "https://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. You can create the full name of a file converter by concatenating the Path, PathSeparator, and Name properties.
[!includeSupport and feedback]