WdDefaultFilePath Enumeration 

Specifies a default folder for files related to Microsoft Word.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdDefaultFilePath1 As WdDefaultFilePath = WdDefaultFilePath.wdAutoRecoverPath

Syntax

Public Enum WdDefaultFilePath
public enum WdDefaultFilePath
public enum class WdDefaultFilePath
public enum WdDefaultFilePath
public enum WdDefaultFilePath

Members

Member name Description
wdAutoRecoverPath Path for Auto Recover files.
wdBorderArtPath Border art path.
wdCurrentFolderPath Current folder path.
wdDocumentsPath Documents path.
wdGraphicsFiltersPath Graphics filters path.
wdPicturesPath Pictures path.
wdProgramPath Program path.
wdProofingToolsPath Proofing tools path.
wdStartupPath Startup path.
wdStyleGalleryPath Style Gallery path.
wdTempFilePath Temp file path.
wdTextConvertersPath Text converters path.
wdToolsPath Tools path.
wdTutorialPath Tutorial path.
wdUserOptionsPath User Options path.
wdUserTemplatesPath User templates path.
wdWorkgroupTemplatesPath Workgroup templates path.

Remarks

Used with the DefaultFilePath property of the Options object. You can use the File Locations tab of the Options dialog box to read and set most default file paths.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace