Files$() Truncates Paths Longer Than 255 CharactersLast reviewed: August 5, 1997Article ID: Q121934 |
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.
WORKAROUNDSTo prevent the truncation of the file paths, use one of the following methods:
|
KBCategory: kbprg kbmacro
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |