aboutsummaryrefslogtreecommitdiff
path: root/file_functions.h
blob: 81a90ed995489afbdea38613c268962d986cf9e7 (plain)
1
2
3
4
5
6
7
8
9
#ifndef FILE_FUNCTIONS_H
#define FILE_FUNCTIONS_H

#include <QString>

bool file_exists(QString file_path);
bool dir_exists(QString file_path);

#endif // FILE_FUNCTIONS_H