The information in this article applies to:
SYMPTOMSThe Files$(".") function in Word 6.0x for Windows 3.1x 16 bit always returns in Upper Case and the DefaultDir$(n), where n is from 1 to 15, always returns lower case. Word 7.0 running under Windows 95 also returns all lower case when using DefaultDir$(), however, Files$(".") will return the correct case of the current directory. STATUSMicrosoft has confirmed this to be a problem in Word version 6.0 for Windows NT. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. WORKAROUND
To return a path in the proper case, use Files$(".") in place of
DefaultDir$(0).
Additional query words: 6.0 nt ntword wordnt defaultdir defaultdir$ winword 7.0 word95 word7 defaultdir$() files$ files$() files function command wordbasic word basic macro path lowercase lower case uppercase upper incorrect mixed word6
Keywords : kbmacro |
Last Reviewed: December 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |