rclone/vfs/vfscache
Nick Craig-Wood 4f8ee736b1 vfs: make cache dir absolute before using it to fix path too long errors
If --cache-dir is passed in as a relative path, then rclone will not
be able to turn it into a UNC path under Windows, which means that
file names longer than 260 chars will fail when stored in the cache.

This patch makes the --cache-dir path absolute before using it.

See: https://forum.rclone.org/t/handling-of-long-paths-on-windows-260-characters/20913
2020-12-11 10:00:51 +00:00
..
downloaders fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
writeback fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
cache_test.go Spelling fixes 2020-10-14 15:21:31 +01:00
cache.go vfs: make cache dir absolute before using it to fix path too long errors 2020-12-11 10:00:51 +00:00
item_test.go Spelling fixes 2020-10-14 15:21:31 +01:00
item.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00