|
libFAUDES
Sections
Index
|
hio_helper.hGo to the documentation of this file.00001 /** @file hio_helper.h Helpers for the hiosys plugin */ 00002 00003 #include <iostream> 00004 #include <dirent.h> 00005 #include <vector> 00006 00007 #ifndef FAUDES_HIO_HELPER_H 00008 #define FAUDES_HIO_HELPER_H 00009 00010 /** 00011 * convenience function: list folder content 00012 * 00013 * @param pPath 00014 * path to the folder to list 00015 * @return 00016 * string list with names of folder and/or files found 00017 */ 00018 std::vector<std::string> ListFolderContent(const char* pPath); 00019 00020 00021 #endif |
libFAUDES 2.18b --- 2010-12-17 --- c++ source docu by doxygen 1.6.3