diff options
| author | David Skoland <davidskoland@gmail.com> | 2018-11-17 20:11:59 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2018-11-17 20:11:59 +0100 |
| commit | fddb72950ed475227a4f2c94a5b567049272a54e (patch) | |
| tree | a4e0f705a92d4cbed16e7d7575a279771acafd10 /file_functions.h | |
| parent | 06c7a95bc2b10af9562e21825b810f045d410a57 (diff) | |
reworked get_case_sensitive_path to be recursive
Diffstat (limited to 'file_functions.h')
| -rw-r--r-- | file_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
