SourceMod SDK
1.7
|
Directory browsing abstraction. More...
#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). | |
Directory browsing abstraction.
|
inlinevirtual |
Virtual destructor