plex.derive{...} most not allow / injection into the file path

This commit is contained in:
Reinhard Pointner 2017-02-04 02:56:00 +08:00
parent cc97f05a9e
commit ac67a9b1af
1 changed files with 1 additions and 1 deletions

View File

@ -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) {