59606162636465
* @return Arquivo .HTML criado. */ @Override public File createFile(String name, String path) { return new HtmlFile(name, path); }