FindFile .SearchPath Argument Ignored with File Extension |
Q106653
If a file specification (for example, *.doc) is included in the .SearchPath parameter of the FileFind command, that parameter will be ignored.
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.
Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Kbcategory: kbusage kbmacro
Additional query words: 6.0 File Find Directory winword word6
Keywords :
Issue type :
Technology :
|
Last Reviewed: December 15, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |