#include <LocalFileSystem.h>
Inherits SubsystemInterface.
Inherited by Win32LocalFileSystem.
Public Member Functions | |
| virtual | ~LocalFileSystem () |
| virtual void | init ()=0 |
| virtual void | reset ()=0 |
| virtual void | update ()=0 |
| virtual File * | openFile (const Char *filename, Int access=0)=0 |
| virtual Bool | doesFileExist (const Char *filename) const =0 |
| virtual void | getFileListInDirectory (const AsciiString ¤tDirectory, const AsciiString &originalDirectory, const AsciiString &searchName, FilenameList &filenameList, Bool searchSubdirectories) const =0 |
| search the given directory for files matching the searchName (egs. *.ini, *.rep). Possibly search subdirectories. | |
| virtual Bool | getFileInfo (const AsciiString &filename, FileInfo *fileInfo) const =0 |
| see FileSystem.h | |
| virtual Bool | createDirectory (AsciiString directory)=0 |
| see FileSystem.h | |
Public Member Functions inherited from SubsystemInterface | |
| SubsystemInterface () | |
| virtual | ~SubsystemInterface () |
| virtual void | postProcessLoad () |
| virtual void | draw (void) |
| void | UPDATE (void) |
| void | DRAW (void) |
| AsciiString | getName (void) |
| void | setName (AsciiString name) |
Additional Inherited Members | |
Protected Attributes inherited from SubsystemInterface | |
| AsciiString | m_name |
Definition at line 39 of file LocalFileSystem.h.
|
inlinevirtual |
Definition at line 42 of file LocalFileSystem.h.
|
pure virtual |
see FileSystem.h
Implemented in Win32LocalFileSystem.
Implemented in Win32LocalFileSystem.
|
pure virtual |
see FileSystem.h
Implemented in Win32LocalFileSystem.
|
pure virtual |
search the given directory for files matching the searchName (egs. *.ini, *.rep). Possibly search subdirectories.
Implemented in Win32LocalFileSystem.
|
pure virtual |
Implements SubsystemInterface.
Implemented in Win32LocalFileSystem.
Definition at line 96 of file LocalFileSystem.cpp.
Implemented in Win32LocalFileSystem.
|
pure virtual |
Implements SubsystemInterface.
Implemented in Win32LocalFileSystem.
Definition at line 99 of file LocalFileSystem.cpp.
|
pure virtual |
Implements SubsystemInterface.
Implemented in Win32LocalFileSystem.
Definition at line 102 of file LocalFileSystem.cpp.