$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [filesystem] how to set a file size?
From: Scott McMurray (me22.ca+boost_at_[hidden])
Date: 2009-10-16 20:40:23
2009/10/16 Beman Dawes <bdawes_at_[hidden]>:
>
> I found the POSIX "truncate" name misleading, since on both POSIX and
> Windows the file can be extended as well as truncated.
>
Agreed, but why size for a mutating function? I'd have expected
resize_file or similar.