jna-platform 4.5.0
java version "1.8.0_151"
macOS Sierra 10.12.4
on an app running in a sandbox
FileUtils.getInstance().moveToTrash(files.toArray(new File[0]));
I get an error:
"The trash was not found in its expected location (/Users/andrew/Library/Containers/xxx/Data/.Trash)"
lines 77-81 could probably be safely removed and that would fix the issue. maybe
jna-platform 4.5.0
java version "1.8.0_151"
macOS Sierra 10.12.4
on an app running in a sandbox
I get an error:
lines 77-81 could probably be safely removed and that would fix the issue. maybe