23 Mar
2005
23 Mar
'05
10:39 a.m.
Oliver Kowalke wrote:
Hi, I'm using boost-1.32 and I didn't find a function which creates an empty file or an empty temporary file?!
Empty file is simple: ofstream ofs("name of file"); Temporary file is harder, and it's not yet supported in boost.filesystem. - Volodya