B2BITS FIX Antenna HFT
1.0.17
|
Exposes static methods for enumerating through directories. More...
#include <Directory.h>
Public Types | |
typedef std::vector< std::string > | Names |
Static Public Member Functions | |
static void | findFiles (const std::string &pathName, const std::string fileName, Names *names) |
Returns a collection of strings naming the files in the directory denoted by the given pathname that satisfy the specified filename. More... | |
static bool | isDirectory (const std::string &path) |
Checks if the given file path represents the directory. More... | |
static void | list (const std::string &pathName, Names *names) |
Returns a collection of strings naming the files in the directory denoted by the given pathname. More... | |
Exposes static methods for enumerating through directories.
typedef std::vector<std::string> System::Directory::Names |
|
static |
Returns a collection of strings naming the files in the directory denoted by the given pathname that satisfy the specified filename.
fileName | File name, which can contain wildcard characters (* and ?). |
SystemException |
Referenced by CmiProductCatalog::loadFromLatestFile().
|
static |
Checks if the given file path represents the directory.
|
static |
Returns a collection of strings naming the files in the directory denoted by the given pathname.
SystemException |