00001 #ifndef File_Util_hh 00002 #define File_Util_hh 1 00003 00004 int FileExists(const char* path); 00005 00006 #endif