Subject: [Boost-bugs] [Boost C++ Libraries] #3965: missing functions last_access_time() and last_status_change_time()
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-02-28 05:35:25
#3965: missing functions last_access_time() and last_status_change_time()
------------------------------+---------------------------------------------
Reporter: s_ochsenknecht | Owner: bemandawes
Type: Feature Requests | Status: new
Milestone: Boost 1.43.0 | Component: filesystem
Version: Boost 1.42.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
In Boost.Filesystem I can find a function:
template <class Path> std::time_t last_write_time(const Path& 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?
template <class Path> std::time_t last_access_time(const Path& p);
template <class Path> std::time_t last_status_change_time(const Path& p);
Cheers,
Sascha
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3965> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC