SourceMod::IDirectory Class Reference

Directory browsing abstraction. More...

#include <public/ILibrarySys.h>

List of all members.

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).


Detailed Description

Directory browsing abstraction.

Definition at line 80 of file ILibrarySys.h.


Constructor & Destructor Documentation

virtual SourceMod::IDirectory::~IDirectory (  )  [inline, virtual]

Virtual destructor

Definition at line 84 of file ILibrarySys.h.


The documentation for this class was generated from the following file:
Generated on Fri Nov 21 04:10:06 2008 for SourceMod SDK by  doxygen 1.5.1