diff --git a/src/views/reorganize/FileBrowserView.vue b/src/views/reorganize/FileBrowserView.vue index 2ccda30c..75589a39 100644 --- a/src/views/reorganize/FileBrowserView.vue +++ b/src/views/reorganize/FileBrowserView.vue @@ -85,7 +85,7 @@ function findCommonPath(paths: string[]): string { } if (commonPath.includes(':')) { - commonPath = commonPath.replace('/', '\\') + commonPath = commonPath.replace('\\', '/') } return commonPath