Skip to content

When "saving as.." don't copy the original file modification time

Nelson Ben requested to merge skip_modified_time into main

GLib 2.80 added support for that by means of new GFileCopy flag
G_FILE_COPY_TARGET_DEFAULT_MODIFIED_TIME which skips copying
the modified time from the origin file to the destination file.

Closes #706 (closed)

Merge request reports

Loading