Open Vzz1c opened 1 month ago
For multiple fileUris you need to add multiple items in the writer, each with one URI.
For multiple fileUris you need to add multiple items in the writer, each with one URI.
In the addVirtualFile
method, the third party software appears to be stuck invalid, one of the parameters is VirtualFileStorage? storageSuggestion
, which may work, but this parameter doesn't seem to work?
item.add(Formats.fileUri(Uri(path:"xxxx"))); item.add(Formats.fileUri(Uri(path:"xxxx2"))); //This file is not copied to the drag destination This can only add one file, can it add multiple files?