| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
#include <IFileList.h>
Inheritance diagram for irr::io::IFileList:

Public Member Functions | |
| virtual u32 | getFileCount () const =0 |
| Get the number of files in the filelist. | |
| virtual const c8 * | getFileName (u32 index) const =0 |
| Gets the name of a file in the list, based on an index. | |
| virtual const c8 * | getFullFileName (u32 index)=0 |
| Gets the full name of a file in the list, path included, based on an index. | |
| virtual bool | isDirectory (u32 index) const =0 |
| Returns of the file is a directory. | |
| virtual | ~IFileList () |
| Destructor. | |
Definition at line 16 of file IFileList.h.
|
|
Destructor.
Definition at line 21 of file IFileList.h. |
|
|
Get the number of files in the filelist.
|
|
|
Gets the name of a file in the list, based on an index. The path is not included in this name. Use getFullFileName for this.
|
|
|
Gets the full name of a file in the list, path included, based on an index.
|
|
|
Returns of the file is a directory.
|
| The Irrlicht
Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated
on Sun Sep 21 08:57:54 2008 by Doxygen
(1.4.2) |