24 Mar
2009
24 Mar
'09
7:06 p.m.
On Tue, Mar 24, 2009 at 10:25 AM, Thor Andreas Tangen
Is it possible by using boost to find the last modified date of a file? I looked in filesystem, but could not find it there.
http://www.boost.org/doc/libs/1_38_0/libs/filesystem/doc/reference.html#Attr... Look at the function: template <class Path> std::time_t last_write_time(const Path& p); HTH, Christopher