#include <SLDirectory.hpp>
Inheritance diagram for SLDirectory:
Public Member Functions | |
SLDirectory (const char *path) | |
const SLFileList & | getFiles () throw (IOException) |
SLDirectoryList & | getDirectories () throw (IOException) |
Protected Member Functions | |
void | scanDir () throw (IOException) |
Protected Attributes | |
boost::shared_ptr< DirData > | _dir_shared_ptr |
|
|
|
Reads a directory and returns its unsorted content with "no recursion".
|
|
Reads a directory and returns its unsorted content with "no recursion".
|
|
Used to load files list from this directory. |
|
Used to store directory specific data (cache for file listings). |