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 >
Wrap
Text File
|
1992-06-26
|
515b
|
20 lines
empty-handler
-------------
little filehandler for creating empty files of any given length. just
mount it via the provided mountlist:
mount empty: from empty.mountlist
then you can use an Open("EMPTY:<filelength_in_bytes>",...) to get a file
of length <filelength_in_bytes> filled up with lots of zeros...
e.g.
copy empty:424242 ram:x
will create a empty file of 424242 bytes in your ram-disk.
written by oliver wagner, hereby declared as public domain.
email: o.wagner@aworld-2.zer[.sub.org]