From 906aef91fa862efea61a025dca777532a5a5bc00 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:34:35 +0200 Subject: [PATCH] docs: document that paths using volume guids are supported --- docs/content/local.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/content/local.md b/docs/content/local.md index 849e2cc54..8aeb35151 100644 --- a/docs/content/local.md +++ b/docs/content/local.md @@ -130,12 +130,8 @@ This format requires absolute paths and the use of prefix `\\?\`, e.g. `\\?\D:\some\very\long\path`. For convenience rclone will automatically convert regular paths into the corresponding extended-length paths, so in most cases you do not have to worry about this (read more [below](#long-paths)). - -Note that Windows supports using the same prefix `\\?\` to -specify path to volumes identified by their GUID, e.g. -`\\?\Volume{b75e2c83-0000-0000-0000-602f00000000}\some\path`. -This is *not* supported in rclone, due to an [issue](https://github.com/golang/go/issues/39785) -in go. +Using the same prefix `\\?\` it is also possible to specify path to volumes +identified by their GUID, e.g. `\\?\Volume{b75e2c83-0000-0000-0000-602f00000000}\some\path`. #### Long paths ####