aboutsummaryrefslogtreecommitdiff
path: root/file_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'file_functions.h')
-rw-r--r--file_functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/file_functions.h b/file_functions.h
index 5ecf14a..81a90ed 100644
--- a/file_functions.h
+++ b/file_functions.h
@@ -4,5 +4,6 @@
#include <QString>
bool file_exists(QString file_path);
+bool dir_exists(QString file_path);
#endif // FILE_FUNCTIONS_H