Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

bool Impala::WritableFile ( const String fileName  )  [inline]

Definition at line 22 of file FileExists.h.

00023 {
00024     FILE* fp = fopen(fileName.c_str(), "a");
00025     bool exists = (fp != 0);
00026     if (fp)
00027         fclose(fp);
00028     return exists;
00029 }


Generated on Thu Jan 13 09:13:54 2011 for ImpalaSrc by  doxygen 1.5.1