mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-06-06 00:19:56 -05:00
Add the \?\ prefix to all paths on Windows
This commit is contained in:
@@ -9,6 +9,7 @@ package duplicacy
|
||||
import (
|
||||
"bytes"
|
||||
"os"
|
||||
"path"
|
||||
"path/filepath"
|
||||
"syscall"
|
||||
|
||||
@@ -83,3 +84,7 @@ func (entry *Entry) SetAttributesToFile(fullPath string) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func joinPath(components ...string) string {
|
||||
return path.Join(components...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user