use file:// as file uri path prefix
This commit is contained in:
parent
456a14e7ce
commit
68247ea3ad
@ -53,7 +53,7 @@ public class FileTransferable implements Transferable {
|
||||
StringBuffer sb = new StringBuffer();
|
||||
|
||||
for (File file : files) {
|
||||
sb.append("file:///" + file.toURI().getPath());
|
||||
sb.append("file://" + file.toURI().getPath());
|
||||
sb.append("\r\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user