About
User Reference
C++ API
luafaudes
Developer
Links
libFAUDES online
libFAUDES
C++ API
Sections
Sets
Generators
Functions
PlugIns
Tutorials
Index
Classes
Files
hio_helper.h
Go to the documentation of this file.
1
/** @file hio_helper.h Helpers for the hiosys plugin */
2
3
#include <iostream>
4
#include <dirent.h>
5
#include <vector>
6
7
#ifndef FAUDES_HIO_HELPER_H
8
#define FAUDES_HIO_HELPER_H
9
10
/**
11
* convenience function: list folder content
12
*
13
* @param pPath
14
* path to the folder to list
15
* @return
16
* string list with names of folder and/or files found
17
*/
18
std::vector<std::string>
ListFolderContent
(
const
char
* pPath);
19
20
21
#endif
libFAUDES 2.24g
--- 2014.09.15 --- c++ api documentaion by
doxygen
>>
C++ API
Introduction
Sets
Generators
Functions
PlugIns
Tutorials
Classes
Files
Top of Page