17#ifndef __albaDirectory_h
18#define __albaDirectory_h
47 bool Load(
const char* dir);
#define EXPORT_STL_VECTOR(declspec_, T_)
Portable directory/filename traversal.
bool Load(const char *dir)
Load the specified directory and load the names of the files in that directory.
const char * GetFile(int index)
Return the file at the given index, the indexing is 0 based.
int GetNumberOfFiles()
Return the number of files in the current directory.
albaTypeMacro(albaDirectory, albaObject)
std::vector< wxString > m_Files
Abstract superclass for all ALBA classes implementing RTTI APIs.