about FAT32 file name and directory name length limit
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
in winxp, the directory name length limit is 244 in win98, the directory name length limit is 250 why isn't 255? why file name length limit is 255? in FAT32 file system, FAT directory structure's DIR_Name cannot use 0x22, 0x2a, 0x2b,0x2c,0x2e,0x2f,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,0x5b,0x5c,0x5d,0x7c, FAT Long directory Entries 's LDIR_Ord cannot use also??? How many long file name or long directory name can use FAT Long directory Entries structureS? sorry my bad english. Thanks.