Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.08 KB

Word.FileConverter.Path.md

File metadata and controls

36 lines (21 loc) · 1.08 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
FileConverter.Path property (Word)
vbawd10.chm161021958
vbawd10.chm161021958
Word.FileConverter.Path
85809cfe-7db5-cada-9b25-3d6276356ea9
06/08/2017
medium

FileConverter.Path property (Word)

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

Syntax

expression.Path

expression Required. A variable that represents a 'FileConverter' object.

Remarks

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.

See also

FileConverter Object

[!includeSupport and feedback]