[boost] New Filesystem Lib function to set last write time

2003-08-14 Thread Beman Dawes
I've added a new function to the filesystem/operations.hpp header (requested by Dave Abrahams): void last_write_time( const path & ph, const std::time_t new_time ); This set the last write time. If new_time==std::time_t(), the current time is used. Docs forthcoming. I've having trouble with

Re: [boost] New Filesystem Lib function to set last write time

2003-08-14 Thread Beman Dawes
At 03:35 PM 8/6/2003, Beman Dawes wrote: >I've having trouble with the Borland compiler. It is getting an error in >its own utime.h header: > >Error E2303 D:\Program Files\Borland\CBuilder6\Include\utime.h 42: Type >name expected > >If anyone can figure out a workaround, please let me know. Never