plex.derive{...} most not allow / injection into the file path
This commit is contained in:
parent
cc97f05a9e
commit
ac67a9b1af
|
@ -461,7 +461,7 @@ public class ExpressionFormatMethods {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return new File(self.getParentFile(), concat(name, concat(tag, null, tagN), extension));
|
return new File(self.getParentFile(), concat(name, slash(concat(tag, null, tagN), ""), extension));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static File getRoot(File self) {
|
public static File getRoot(File self) {
|
||||||
|
|
Loading…
Reference in New Issue