You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exit.Message(reason.Usage, `<target file absolute path> must be an absolute Path. Relative Path is not allowed (example: "/home/docker/copied.txt")`)
92
-
}
89
+
//if !filepath.IsAbs(dstPath) {
90
+
// out.ErrLn("%s", dstPath)
91
+
// fmt.Printf("dst path in windows is : %s", dstPath)
92
+
// exit.Message(reason.Usage, `<target file absolute path> must be an absolute Path. Relative Path is not allowed (example: "/home/docker/copied.txt")`)
0 commit comments