home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_oth / empthand.lha / empty-handler.doc < prev    next >
Text File  |  1992-06-26  |  515b  |  20 lines

  1. empty-handler
  2. -------------
  3.  
  4. little  filehandler  for  creating  empty  files of any given length.  just
  5. mount it via the provided mountlist:
  6.  
  7.    mount empty: from empty.mountlist
  8.  
  9. then  you  can use an Open("EMPTY:<filelength_in_bytes>",...) to get a file
  10. of length <filelength_in_bytes> filled up with lots of zeros...
  11.  
  12. e.g.
  13.  
  14.    copy empty:424242 ram:x
  15.  
  16. will create a empty file of 424242 bytes in your ram-disk.
  17.  
  18. written by oliver wagner, hereby declared as public domain.
  19. email: o.wagner@aworld-2.zer[.sub.org]
  20.