The information in this article applies to:
SYMPTOMSThe WordBasic Files$() function truncates file paths that are longer than 255 characters. CAUSEThe internal buffer used by the Files$() WordBasic function is limited in size to 255 characters. Any path that is longer than 255 characters will be truncated. WORKAROUNDS
To prevent the truncation of the file paths, use one of the following
methods:
-or- Additional query words: 6.0 ntword wordnt macro word6 winword 7.0 word95 word7
Keywords : |
Last Reviewed: December 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |