There is but for all intents and purposes it's hardly relevant with NTFS
file system. You can stick over 4 billion files on an NTFS volume and
you can stuff them all in the same folder if you want, I doubt you will
have any issues with that. The problem is more prevalent on FAT32 file
systems as the maximum number of files that can be stored on a volume is
a bit more than 4 million files and, more importantly, the maximum
number of files that can be stored in a folder is 65,534. Using long
filenames can substantially reduce that amount and I have seen FAT32
folders conk out at about 25,000 files when long filenames are used.
John