29 #ifndef FILESYSTEM_HEADER_GUARD
30 #define FILESYSTEM_HEADER_GUARD
42 #include <boost/filesystem.hpp>
74 #endif//FILESYSTEM_HEADER_GUARD
Contains utilitary functions for accessing the filesystem.
Filesystem()
Default constructor - not implemented.
~Filesystem()
Destructor - void implementation.
static std::deque< std::string > GetFilesInDirectory(const std::string &directory)
Traverses the provided directory (non-recursively) and extracts the absolute paths to all the files i...
Filesystem operator=(Filesystem const &)
Copy assignment operator - not implemented.