#include <public/ILibrarySys.h>
Public Member Functions | |
| virtual | ~IDirectory () |
| virtual bool | MoreFiles ()=0 |
| Returns true if there are more files to read, false otherwise. | |
| virtual void | NextEntry ()=0 |
| Advances to the next entry in the stream. | |
| virtual const char * | GetEntryName ()=0 |
| Returns the name of the current entry. | |
| virtual bool | IsEntryDirectory ()=0 |
| Returns whether the current entry is a directory. | |
| virtual bool | IsEntryFile ()=0 |
| Returns whether the current entry is a file. | |
| virtual bool | IsEntryValid ()=0 |
| Returns true if the current entry is valid (Used similarly to MoreFiles). | |
Definition at line 80 of file ILibrarySys.h.
| virtual SourceMod::IDirectory::~IDirectory | ( | ) | [inline, virtual] |
Virtual destructor
Definition at line 84 of file ILibrarySys.h.
1.5.1