To start: My code depends on Boost.
I need to alter file creation dates to inject errors into my unit tests.
Is there a portable way, either in the STL, or C++ standard libraries, or boost(::filesystem), to do this ? If not does anyone know of a good simple C++ header-only (or very simple) abstraction that will complement what is in boost /STL/STD ?
If not I require the headers / function names / data structures for artificially changing the creation date of a file post-creation on windows and Linux (or a more unix-wide portable solution).
Any pointers will help.