Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 267efe7

Browse files
committed
Added a method to delete files and folders
1 parent 4e82e3f commit 267efe7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/codeoverflow/chatoverflow/api/io/output/FileOutput.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ public interface FileOutput extends Output {
1414

1515
boolean exists(String pathInResources);
1616

17+
boolean delete(String pathInResources);
18+
1719
}

0 commit comments

Comments
 (0)