Reading Word's Default Directory Locations
:
Return to List
' Most of these can be changed under Tools | Options | File Locations
StartupDir$ = Options.DefaultFilePath(wdStartupPath)
' The Startup folder
ToolsDir$ = Options.DefaultFilePath(wdToolsPath)
' The folder containing Word tools
StyleGalleryDir$ = Options.DefaultFilePath(wdStyleGalleryPath)
' The style gallery folder
TempDir$ = Options.DefaultFilePath(wdTempFilePath)
' The folder where Word stores temporary files
UserTemplateDir$ = Options.DefaultFilePath(wdUserTemplatesPath)
' The folder containing user (local) templates
WordGroupTemplateDir$ = Options.DefaultFilePath(wdWorkgroupTemplatesPath)
' The folder containing shared templates
Note to Webmaster