Asio Extensions
Additional functionality built on top of (Boost.)Asio
|
Container for various times associated with a file. More...
#include <asioext/file_handle.hpp>
Public Attributes | |
file_time_type | ctime |
The file's creation time. More... | |
file_time_type | atime |
The file's last access time. More... | |
file_time_type | mtime |
The file's last modification time. More... | |
Container for various times associated with a file.
This struct contains all times commonly tied to a file. Not all of them might be available on all platforms.
file_time_type asioext::file_times::atime |
The file's last access time.
file_time_type asioext::file_times::ctime |
The file's creation time.
file_time_type asioext::file_times::mtime |
The file's last modification time.