rclone/fs/operations
Nick Craig-Wood bde0334bd8 operations: fix setting the timestamp on Windows for multithread copy
Before this fix we attempted to set the modification time on the file
when it was open. This works fine on Linux but not on Windows. The
test was also incorrect testing the source file rather than the
destination file.

This closes the file before setting the modification time and fixes
the tests.

Fixes #3994
2020-02-24 17:30:09 +00:00
..
dedupe.go dedupe: implement keep smallest too 2020-01-17 13:08:37 +00:00
dedupe_test.go dedupe: implement keep smallest too 2020-01-17 13:08:37 +00:00
listdirsorted_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
lsjson.go lsjson: add --no-mimetype flag, speed up lsf 2020-01-26 16:38:00 +00:00
multithread.go operations: fix setting the timestamp on Windows for multithread copy 2020-02-24 17:30:09 +00:00
multithread_test.go operations: fix setting the timestamp on Windows for multithread copy 2020-02-24 17:30:09 +00:00
operations.go operations: make rcat obey --ignore-checksum 2020-02-14 12:47:11 +00:00
operations_internal_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
operations_test.go operations: make rcat obey --ignore-checksum 2020-02-14 12:47:11 +00:00
rc.go copyurl: add --auto-filename flag for using file name from url in destination path (#3451) 2019-09-03 17:25:19 +01:00
rc_test.go copyurl: add --auto-filename flag for using file name from url in destination path (#3451) 2019-09-03 17:25:19 +01:00
reopen.go operations: make reopen code error on NoLowLevelRetry errors - fixes #3777 2019-12-06 10:54:03 +00:00
reopen_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00