G Guest Jan 13, 2006 #1 hey all, what's the maximum number of items for a single directory? thanks, rodchar
K Ken Blake, MVP Jan 13, 2006 #2 rodchar said: what's the maximum number of items for a single directory? Click to expand... For FAT32, it 64K entries. Entries, not files and folders, because files and folders with long file names use multiple entries. For entries, the number is much larger-large enough that you can think of it as unlimited.
rodchar said: what's the maximum number of items for a single directory? Click to expand... For FAT32, it 64K entries. Entries, not files and folders, because files and folders with long file names use multiple entries. For entries, the number is much larger-large enough that you can think of it as unlimited.
G Guest Jan 13, 2006 #3 thank you. Ken Blake said: For FAT32, it 64K entries. Entries, not files and folders, because files and folders with long file names use multiple entries. For entries, the number is much larger-large enough that you can think of it as unlimited. Click to expand...
thank you. Ken Blake said: For FAT32, it 64K entries. Entries, not files and folders, because files and folders with long file names use multiple entries. For entries, the number is much larger-large enough that you can think of it as unlimited. Click to expand...
K Ken Blake, MVP Jan 13, 2006 #4 rodchar said: thank you. Click to expand... You're welcome. Glad to help.