#ifndef FILE_FUNCTIONS_H #define FILE_FUNCTIONS_H #include #include #include #include bool file_exists(QString file_path); bool dir_exists(QString file_path); bool exists(QString p_path); QString get_base_path(); #endif // FILE_FUNCTIONS_H