fs: drop outdated comment regarding UNC paths on Windows

This commit is contained in:
Michael Eischer
2026-05-16 16:36:09 +02:00
parent 8b6eff5a47
commit fa1a318780
-2
View File
@@ -160,8 +160,6 @@ func (fs *LocalVss) snapshotPath(path string) string {
if strings.HasPrefix(fixPath, `\\?\UNC\`) {
// UNC network shares are currently not supported so we access the regular file
// without snapshotting
// TODO: right now there is a problem in fixpath(): "\\host\share" is not returned as a UNC path
// "\\host\share\" is returned as a valid UNC path
return path
}