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 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.

Thanks,

--Beman

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to