Go to the documentation of this file.
8 std::vector<std::string> mList;
12 if((d=opendir(pPath))!=NULL)
15 while((de=readdir(d)))
19 if(!(!(name[0]!= '.'&&name[1]!= '\0')|| !(name[0]!= '.'&&name[1]!= '.'&&name[2]!= '\0')))
20 mList.push_back(de->d_name);
libFAUDES 2.24g
--- 2014.09.15
--- c++ api documentaion by doxygen
|