MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / delete

Method delete

src/main/java/io/file/FileJDK.java:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 @Override
36 public void delete() throws IOException {
37 new File(fileName).delete();
38 }
39
40 @Override
41 public void rename(String newName) throws IOException {

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected