The information in this article applies to:
SYMPTOMS
When you attempt to open, delete, or rename a folder using Windows NT
Explorer or File Manager, you may receive one of the following error
messages:
CAUSEThis problem can occur if the path to the file or folder is longer than the file system can accommodate. For example, this problem may occur if you connect a drive to a share and then create a path over 255 characters to the share. RESOLUTION
To work around this issue, you can use the SUBST command to associate a
drive letter with the long path to access the file or folder. To do so,
follow these steps:
You can also work around this issue by connecting recursively to the share on the server and using a drive letter to point to the share. MORE INFORMATIONThe hard disk's file system determines the maximum number of characters in the path to a file or folder from the Win32 API variable MAX_PATH. The File Allocation Table (FAT) for MS-DOS, Protected-Mode FAT (VFAT) for Windows 95, and NT File System (NTFS) file systems are usually limited to 255 characters in a path. REFERENCES
For more information about this issue, please see the following articles
in the Microsoft Knowledge Base:
ARTICLE-ID: Q157069 For more information about the Win32 API MAX_PATH variable, see the following Microsoft Web site: http://msdn.microsoft.com/isapi/msdnlib.idc?theURL=/library/techart/msdn_longfile.htm Additional query words: 256 longfilename
Keywords : kbenv NTSrvWkst |
Last Reviewed: January 25, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |