rclone/backend/alias
Fabian Möller 1a40bceb1d backend: unify NewFs path handling for wrapping remotes
Use the same function to join the root paths for the wrapping remotes
alias, cache and crypt.
The new function fspath.JoinRootPath is equivalent to path.Join, but if
the first non empty element starts with "//", this is preserved to allow
Windows network path to be used in these remotes.
2018-10-10 17:50:27 +01:00
..
test/files alias: add new backend to create aliases for remote names #1049 2018-02-06 18:23:47 +00:00
alias.go backend: unify NewFs path handling for wrapping remotes 2018-10-10 17:50:27 +01:00
alias_internal_test.go build: remove unused code spotted by the deadcode linter 2018-05-05 17:32:41 +01:00