rclone/vfs/vfscache
albertony fbc7f2e61b lib/file: improve error message when attempting to create dir on nonexistent drive on windows
This replaces built-in os.MkdirAll with a patched version that stops the recursion
when reaching the volume part of the path. The original version would continue recursion,
and for extended length paths end up with \\? as the top-level directory, and the error
message would then be something like:
mkdir \\?: The filename, directory name, or volume label syntax is incorrect.
2021-10-01 23:18:39 +02:00
..
downloaders Use binary prefixes for size and rate units 2021-04-27 02:25:52 +03:00
writeback vfs: fix duplicates on rename - fixes #5469 2021-07-30 19:31:02 +01:00
cache_test.go vfs: ensure names used in cache path are legal on current os 2021-08-19 20:14:50 +02:00
cache.go lib/file: improve error message when attempting to create dir on nonexistent drive on windows 2021-10-01 23:18:39 +02:00
item_test.go Spelling fixes 2020-10-14 15:21:31 +01:00
item.go vfs: ensure names used in cache path are legal on current os 2021-08-19 20:14:50 +02:00