All Classes Namespaces Files Functions Variables Enumerations Enumerator
libs/system/fileExist.h
Go to the documentation of this file.
00001 #ifndef FILE_EXIST_H
00002 #define FILE_EXIST_H
00003 
00016 
00017 namespace qrk
00018 {
00027     extern bool fileExist(const char* file);
00028 }
00029 
00030 #endif /* !FILE_EXIST_H */