Normand Briere
2019-05-05 1e3de699b037989e8deded5c7830139f97c64136
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");