Re: Creating file of size x
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Mon, 06 Jun 2005 23:18:46 -0000
On 2005-06-06, Jan Danielsson <jan.danielsson@xxxxxxxxx> wrote:
> Is there any way to create a file with a specified size?
Sure:
1) Open a new file for writing.
2) Seek to "specified size"-1.
3) Write one byte.
--
Grant Edwards grante Yow! I just put lots of
at the EGG SALAD in the SILK
visi.com SOCKS --
.
- References:
- Creating file of size x
- From: Jan Danielsson
- Creating file of size x
- Prev by Date: Re: Creating file of size x
- Next by Date: Re: Creating file of size x
- Previous by thread: Re: Creating file of size x
- Next by thread: Re: Creating file of size x
- Index(es):