public String getName() throws ScriptException { return file.getName(); }
public OutputStream getOutputStream() throws ScriptException { return file.getOutputStream(); }