mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
mount: docs: add note about volume path syntax on windows
This commit is contained in:
committed by
Nick Craig-Wood
parent
59ed70ca91
commit
18cd2064ec
@@ -161,8 +161,9 @@ The syntax of the paths passed to the rclone command are as follows.
|
||||
|
||||
This refers to the local file system.
|
||||
|
||||
On Windows only `\` may be used instead of `/` in local paths
|
||||
**only**, non local paths must use `/`.
|
||||
On Windows `\` may be used instead of `/` in local paths **only**,
|
||||
non local paths must use `/`. See [local filesystem](https://rclone.org/local/#windows-paths)
|
||||
documentation for more about Windows-specific paths.
|
||||
|
||||
These paths needn't start with a leading `/` - if they don't then they
|
||||
will be relative to the current directory.
|
||||
|
||||
Reference in New Issue
Block a user