stash/pkg/fsutil
puc9 61c0098ae6
Close input file so SafeMove can delete it (#3714)
* Close input file so SafeMove can delete it

This is happening on Windows and over the network but at the end of SafeMove it fails the move with an error that it can't remove the input because it is in use.
It turns out it is in use by the SafeMove itself :)

* Copy the src file mod time
2023-05-10 11:16:49 +10:00
..
dir.go Handle file rescan (#2951) 2022-09-28 16:08:00 +10:00
dir_test.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
file.go Close input file so SafeMove can delete it (#3714) 2023-05-10 11:16:49 +10:00
file_test.go Fix json filename generation (#2887) 2022-09-06 07:04:52 +00:00
fs.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
lock_manager.go Fix streaming scenes not able to be deleted (#2549) 2022-05-04 09:27:22 +10:00
symwalk.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00