atrooney-online-2/file_functions.h
2018-11-17 20:11:59 +01:00

11 lines
201 B
C

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