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