home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / os2 / misc / 41617 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  731 b 

  1. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!cleveland.Freenet.Edu!al919
  2. From: al919@cleveland.Freenet.Edu (Bruce Halco)
  3. Newsgroups: comp.os.os2.misc
  4. Subject: Re: Zero-length files
  5. Date: 8 Jan 1993 14:50:47 GMT
  6. Organization: Case Western Reserve University, Cleveland, Ohio (USA)
  7. Lines: 10
  8. Message-ID: <1ik4c7INN89o@usenet.INS.CWRU.Edu>
  9. NNTP-Posting-Host: hela.ins.cwru.edu
  10.  
  11.  
  12. Determining the space required by a zero-length file:
  13.  
  14.    1)  Type DIR.  Note reported free space
  15.    2)  Type REM > FOO.BAR
  16.    3)  Type DIR.  Compare free space to that from step 1)
  17.  
  18. Caveat:  A directory entry takes 32 bytes (I think) of disk
  19. space.  This means that every 2048/32 files requires allocating
  20. another cluster just for the directory itself.
  21.