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

Commit cd9c8be

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents aa266cd + ddc94ec commit cd9c8be

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)