FindFile .SearchPath Argument Ignored with File Extension

ID: Q106653

The information in this article applies to:

SYMPTOMS

If a file specification (for example, *.doc) is included in the .SearchPath parameter of the FileFind command, that parameter will be ignored.

CAUSE

Because Word 6.0 can search for multiple file extensions, it does not accept file specifications on the end of the .SearchPath parameter. Below is an example of a FileFind .SearchPath parameter that is valid in Word 2.x but ignored in Word 6.0:

   FileFind .SearchPath = "C:\Winword\*.Doc"

A correct .SearchPath parameter for Word 6.0 is

   FileFind .SearchPath = "C:\Winword"

with the "*.Doc" entered in the .Name parameter if necessary.

When macros are converted from Word 2.x to Word 6.0, file specifications, if any, are not removed from the .SearchPath parameter of the FileFind command. Therefore, these macros--once converted--will not run properly without being edited.

STATUS

Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

Kbcategory: kbusage kbmacro KBSubcategory: Additional query words: 6.0 File Find Directory winword 6.0a 6.0c word6 word6

Version           : 6.0 6.0a 6.0c
Platform          : WINDOWS

Last Reviewed: July 30, 1997