From fddb72950ed475227a4f2c94a5b567049272a54e Mon Sep 17 00:00:00 2001 From: David Skoland Date: Sat, 17 Nov 2018 20:11:59 +0100 Subject: reworked get_case_sensitive_path to be recursive --- file_functions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'file_functions.h') diff --git a/file_functions.h b/file_functions.h index 81a90ed9..223804bf 100644 --- a/file_functions.h +++ b/file_functions.h @@ -5,5 +5,6 @@ bool file_exists(QString file_path); bool dir_exists(QString file_path); +bool exists(QString p_path); #endif // FILE_FUNCTIONS_H -- cgit