Go to file
Andrey Semashev a031e4ffa9 Added creation_time operation.
The operation allows to query file creation time.

Implementation partially inspired by:

https://github.com/boostorg/filesystem/pull/134

Closes https://github.com/boostorg/filesystem/pull/134.
2020-08-21 01:32:04 +03:00
bug Removed asynch-exceptions=on for MSVC. 2019-01-14 20:46:59 +03:00
build Added creation_time operation. 2020-08-21 01:32:04 +03:00
config Added creation_time operation. 2020-08-21 01:32:04 +03:00
doc Added creation_time operation. 2020-08-21 01:32:04 +03:00
example Moved directory tools to separate files. Reworked readdir_r support. 2019-08-01 20:34:39 +03:00
include/boost Added creation_time operation. 2020-08-21 01:32:04 +03:00
meta Fixed JSON metadata. 2018-10-30 11:48:16 +03:00
src Added creation_time operation. 2020-08-21 01:32:04 +03:00
test Added creation_time operation. 2020-08-21 01:32:04 +03:00
tools Add publish.bat. Fix spacing issue in index.htm. 2015-01-11 16:25:34 -05:00
.gitattributes initial commit - review comments not yet applied 2002-10-09 19:49:35 +00:00
.gitignore Initial commit. 2014-07-23 10:11:34 -04:00
.travis.yml Added CMake self-test jobs to CI. 2020-06-05 15:24:10 +03:00
appveyor.yml Added CMake self-test jobs to CI. 2020-06-05 15:24:10 +03:00
CMakeLists.txt Restored auto-linking and Windows CE support. 2020-07-28 14:48:42 +03:00
index.html Filesystem - Delete v3 directories no longer needed. Cleanup links, namespaces, and other residue from dual v2/v3 support. 2012-03-26 12:44:24 +00:00
README.md Updated README.md with better representation of build status. 2020-03-10 22:53:24 +03:00

Boost.Filesystem

Boost.Filesystem, part of collection of the Boost C++ Libraries, provides facilities to manipulate files and directories, and the paths that identify them.

Directories

  • doc - Documentation sources
  • include - Interface headers of Boost.Filesystem
  • src - Compilable source files of Boost.Filesystem
  • test - Boost.Filesystem unit tests
  • example - Boost.Filesystem usage examples

More information

Build status

Branch Travis CI AppVeyor Test Matrix Dependencies
master Travis CI AppVeyor Tests Dependencies
develop Travis CI AppVeyor Tests Dependencies

License

Distributed under the Boost Software License, Version 1.0.