Normand Briere
2019-05-05 d7bc8865056ea0d35df261e719f92e1422af7c6e
GroupEditor.java
....@@ -940,7 +940,9 @@
940940 // objEditor.DropFile((java.io.File[]) object, true);
941941 // return;
942942 // }
943
- if (string.charAt(0) == '/')
943
+
944
+ // File path for Mac and Windows
945
+ if (string.charAt(0) == '/' || string.charAt(1) == ':')
944946 {
945947 // file(s)
946948 String[] names = string.split("\n");