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

Commit 4e82e3f

Browse files
committed
Added a method to check if a file exists
1 parent 277d113 commit 4e82e3f

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
@@ -12,4 +12,6 @@ public interface FileOutput extends Output {
1212

1313
boolean createDirectory(String folderName);
1414

15+
boolean exists(String pathInResources);
16+
1517
}

0 commit comments

Comments
 (0)