v1.69.2
build: remove build constraint syntax for go 1.16 and older
lib/file: reimplement os.OpenFile allowing rename/delete open files under Windows
Replace deprecated ioutil
windows: make rclone work with SeBackupPrivilege and/or SeRestorePrivilege
lib/file: use builtin MkdirAll with go1.22 instead of our own custom version for windows
lib/file: make pre-allocate detect disk full errors and return them
build: fix linting issues reported by golangci-lint on windows