Boost C++ Libraries: Ticket #3965: missing functions last_access_time() and last_status_change_time() https://svn.boost.org/trac10/ticket/3965 <p> In Boost.Filesystem I can find a function: </p> <p> template &lt;class Path&gt; std::time_t last_write_time(const Path&amp; p); </p> <p> which is corresponding to st_mtime (last modification time) of the stat structure. Within the stat structure, their are also st_atime and st_ctime defined, but there are no corresponding functions. Is there a special reason for that? Couldn't they be added? </p> <p> template &lt;class Path&gt; std::time_t last_access_time(const Path&amp; p); template &lt;class Path&gt; std::time_t last_status_change_time(const Path&amp; p); </p> <p> Cheers, Sascha </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3965 Trac 1.4.3 Beman Dawes Fri, 20 Apr 2012 13:03:10 GMT status changed https://svn.boost.org/trac10/ticket/3965#comment:1 https://svn.boost.org/trac10/ticket/3965#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> This is bubbling up to the top of the pot. See the Boost Developers list thread <a class="ext-link" href="http://comments.gmane.org/gmane.comp.lib.boost.devel/230214"><span class="icon">​</span>http://comments.gmane.org/gmane.comp.lib.boost.devel/230214</a> </p> <p> Thanks, </p> <p> --Beman </p> Ticket