mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
fbc7f2e61b
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. |
||
---|---|---|
.. | ||
test_vfs.go |