aboutsummaryrefslogtreecommitdiff
path: root/libbutl/filesystem.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/filesystem.mxx')
-rw-r--r--libbutl/filesystem.mxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbutl/filesystem.mxx b/libbutl/filesystem.mxx
index 94ed366..935fc3f 100644
--- a/libbutl/filesystem.mxx
+++ b/libbutl/filesystem.mxx
@@ -548,6 +548,8 @@ LIBBUTL_MODEXPORT namespace butl
// timestamp_nonexistent then it is left unchanged. All errors are reported
// by throwing std::system_error.
//
+ // Note: use touch_file() instead of file_mtime(system_clock::now()).
+ //
LIBBUTL_SYMEXPORT void
file_time (const char*, const entry_time&);