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

Commit ddc94ec

Browse files
authored
Merge pull request #7 from derNiklaas/master
Add more methods to file connectors
2 parents 21ed7c5 + 267efe7 commit ddc94ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ public interface FileOutput extends Output {
1212

1313
boolean createDirectory(String folderName);
1414

15+
boolean exists(String pathInResources);
16+
17+
boolean delete(String pathInResources);
18+
1519
}

0 commit comments

Comments
 (0)