#include <Win32LocalFileSystem.h>
Inherits LocalFileSystem.
Public Member Functions | |
| Win32LocalFileSystem () | |
| virtual | ~Win32LocalFileSystem () |
| virtual void | init () |
| virtual void | reset () |
| virtual void | update () |
| virtual File * | openFile (const Char *filename, Int access=0) |
| open the given file. | |
| virtual Bool | doesFileExist (const Char *filename) const |
| does the given file exist? | |
| virtual void | getFileListInDirectory (const AsciiString ¤tDirectory, const AsciiString &originalDirectory, const AsciiString &searchName, FilenameList &filenameList, Bool searchSubdirectories) const |
| search the given directory for files matching the searchName (egs. *.ini, *.rep). Possibly search subdirectories. | |
| virtual Bool | getFileInfo (const AsciiString &filename, FileInfo *fileInfo) const |
| see FileSystem.h | |
| virtual Bool | createDirectory (AsciiString directory) |
| see FileSystem.h | |
Public Member Functions inherited from LocalFileSystem | |
| virtual | ~LocalFileSystem () |
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 35 of file Win32LocalFileSystem.h.
| Win32LocalFileSystem::Win32LocalFileSystem | ( | ) |
Definition at line 37 of file Win32LocalFileSystem.cpp.
|
virtual |
Definition at line 41 of file Win32LocalFileSystem.cpp.
|
virtual |
see FileSystem.h
Implements LocalFileSystem.
Definition at line 208 of file Win32LocalFileSystem.cpp.
does the given file exist?
Implements LocalFileSystem.
Definition at line 115 of file Win32LocalFileSystem.cpp.
|
virtual |
see FileSystem.h
Implements LocalFileSystem.
Definition at line 188 of file Win32LocalFileSystem.cpp.
|
virtual |
search the given directory for files matching the searchName (egs. *.ini, *.rep). Possibly search subdirectories.
Implements LocalFileSystem.
Definition at line 124 of file Win32LocalFileSystem.cpp.
|
virtual |
Implements LocalFileSystem.
Definition at line 106 of file Win32LocalFileSystem.cpp.
open the given file.
Implements LocalFileSystem.
Definition at line 45 of file Win32LocalFileSystem.cpp.
|
virtual |
Implements LocalFileSystem.
Definition at line 110 of file Win32LocalFileSystem.cpp.
|
virtual |
Implements LocalFileSystem.
Definition at line 102 of file Win32LocalFileSystem.cpp.