new RuntimePermission("canProcessApplicationEvents")

This commit is contained in:
Reinhard Pointner 2016-11-24 16:48:50 +08:00
parent 743ae529b6
commit ec2124f189
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class ExpressionFormatFunctions {
File f = new File(path);
if (!f.isAbsolute()) {
f = ApplicationFolder.UserHome.resolve(path);
f = ApplicationFolder.UserHome.path(path);
}
if (isMacSandbox()) {