mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-08 12:28:04 -05:00
Support String / File
This commit is contained in:
parent
65c5355752
commit
834b28fe78
@ -65,6 +65,10 @@ public class ScriptShellMethods {
|
||||
return new File(self, path.getPath());
|
||||
}
|
||||
|
||||
public static File div(String self, File path) {
|
||||
return new File(self, path.getPath());
|
||||
}
|
||||
|
||||
public static String negative(String self) {
|
||||
return '-' + self;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user