home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / msdos / programm / 10762 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  806 b 

  1. Path: sparky!uunet!mcsun!sunic!isgate!complex!frisk
  2. From: frisk@complex.is (Fridrik Skulason)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Number of subdirectories limited ?
  5. Message-ID: <152@complex.complex.is>
  6. Date: 19 Nov 92 10:50:00 GMT
  7. Organization: Frisk Software International, Iceland
  8. Lines: 12
  9.  
  10. tl@etek.chalmers.se (Torbj|rn Lindgren) writes:
  11.  
  12. >The number of files in the root directory is limited in ALL
  13. >disk-formats under DOS. There is no limit to the number of files that
  14. >can reside in sub-directories.
  15.  
  16. Eh, not correct - there is a limit, simply because each file occupies
  17. at least one cluster - so a 360K diskette which has 354 clusters is limited to
  18. 354 files - or actually somewhat less...around 344, because each file
  19. requires one directory entry, which takes up some space.
  20.  
  21. -frisk
  22.