new RuntimePermission("canProcessApplicationEvents")
This commit is contained in:
parent
743ae529b6
commit
ec2124f189
|
@ -91,7 +91,7 @@ public class ExpressionFormatFunctions {
|
||||||
File f = new File(path);
|
File f = new File(path);
|
||||||
|
|
||||||
if (!f.isAbsolute()) {
|
if (!f.isAbsolute()) {
|
||||||
f = ApplicationFolder.UserHome.resolve(path);
|
f = ApplicationFolder.UserHome.path(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isMacSandbox()) {
|
if (isMacSandbox()) {
|
||||||
|
|
Loading…
Reference in New Issue