rclone/backend/local
Nick Craig-Wood d49ba652e2 local: fix mkdir error when trying to copy files to the root of a drive on windows
This was causing errors which looked like this when copying a file to
the root of a drive:

    mkdir \\?: The filename, directory name, or volume label syntax is incorrect.

This was caused by an incorrect path splitting routine which was
removing \ of the end of UNC paths when it shouldn't have been.  Fixed
by using the standard library `filepath.Dir` instead.
2018-08-31 21:10:36 +01:00
..
about_unix.go about: complete other providers and re-work internals 2018-04-17 21:53:27 +01:00
about_windows.go about: complete other providers and re-work internals 2018-04-17 21:53:27 +01:00
local_internal_test.go Implement new backend config system 2018-07-16 21:20:47 +01:00
local_test.go Make integration tests use go1.7+ nested tests #2154 2018-04-08 15:04:14 +01:00
local.go local: fix mkdir error when trying to copy files to the root of a drive on windows 2018-08-31 21:10:36 +01:00
read_device_other.go Implement new backend config system 2018-07-16 21:20:47 +01:00
read_device_unix.go Implement new backend config system 2018-07-16 21:20:47 +01:00
remove_other.go local: retry remove on Windows sharing violation error #2202 2018-04-07 17:36:26 +01:00
remove_test.go local: retry remove on Windows sharing violation error #2202 2018-04-07 17:36:26 +01:00
remove_windows.go local: retry remove on Windows sharing violation error #2202 2018-04-07 17:36:26 +01:00
tests_test.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00