new RuntimePermission("canProcessApplicationEvents")
This commit is contained in:
parent
743ae529b6
commit
ec2124f189
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue