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

bool Impala::Application::TagsLife::RemoteRetriever::RemoteFileRetriever::FileExists ( std::string  strFilename  )  [inline]

Definition at line 142 of file RemoteRetriever.h.

Referenced by Impala::Application::TagsLife::RemoteRetriever::RemoteImageRetriever::operator()(), and operator()().

00142                                                        {
00143                         struct stat stFileInfo;
00144                         int intStat = stat(strFilename.c_str(),&stFileInfo);
00145                         if(intStat == 0) return true;
00146                         return false;
00147                 }


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