Public Member Functions | Protected Attributes

FileScanner Class Reference

Helper for scanning for files with a given name. More...

#include <fileio_func.h>

Inheritance diagram for FileScanner:
BaseMedia< Tbase_set > BaseMedia< GraphicsSet > BaseMedia< MusicSet > BaseMedia< SoundsSet > FiosFileScanner GRFFileScanner ScenarioScanner ScriptFileChecksumCreator ScriptScanner TarScanner

Public Member Functions

virtual ~FileScanner ()
 Destruct the proper one...
uint Scan (const char *extension, Subdirectory sd, bool tars=true, bool recursive=true)
 Scan for files with the given extention in the given search path.
uint Scan (const char *extension, const char *directory, bool recursive=true)
 Scan for files with the given extention in the given search path.
virtual bool AddFile (const char *filename, size_t basepath_length, const char *tar_filename)=0
 Add a file with the given filename.

Protected Attributes

Subdirectory subdir
 The current sub directory we are searching through.

Detailed Description

Helper for scanning for files with a given name.

Definition at line 71 of file fileio_func.h.


Constructor & Destructor Documentation

virtual FileScanner::~FileScanner (  )  [inline, virtual]

Destruct the proper one...

Definition at line 76 of file fileio_func.h.


Member Function Documentation

virtual bool FileScanner::AddFile ( const char *  filename,
size_t  basepath_length,
const char *  tar_filename 
) [pure virtual]

Add a file with the given filename.

Parameters:
filename the full path to the file to read
basepath_length amount of characters to chop of before to get a filename relative to the search path.
tar_filename the name of the tar file the file is read from.
Returns:
true if the file is added.

Implemented in BaseMedia< Tbase_set >, TarScanner, FiosFileScanner, GRFFileScanner, ScriptFileChecksumCreator, ScriptScanner, BaseMedia< SoundsSet >, BaseMedia< MusicSet >, and BaseMedia< GraphicsSet >.

Referenced by ScanPath(), and ScanTar().

uint FileScanner::Scan ( const char *  extension,
Subdirectory  sd,
bool  tars = true,
bool  recursive = true 
)

Scan for files with the given extention in the given search path.

Parameters:
extension the extension of files to search for.
sd the sub directory to search in.
tars whether to search in the tars too.
recursive whether to search recursively
Returns:
the number of found files, i.e. the number of times that AddFile returned true.

Definition at line 1367 of file fileio.cpp.

References _do_scan_working_directory, BASESET_DIR, FOR_ALL_SEARCHPATHS, NEWGRF_DIR, NO_DIRECTORY, OLD_DATA_DIR, OLD_GM_DIR, ScanPath(), ScanTar(), and SP_WORKING_DIR.

Referenced by GRFFileScanner::DoScan(), TarScanner::DoScan(), BaseMedia< GraphicsSet >::FindSets(), FiosGetFileList(), IsSameScript(), ScriptScanner::RescanDir(), and ScenarioScanner::Scan().

uint FileScanner::Scan ( const char *  extension,
const char *  directory,
bool  recursive = true 
)

Scan for files with the given extention in the given search path.

Parameters:
extension the extension of files to search for.
directory the sub directory to search in.
recursive whether to search recursively
Returns:
the number of found files, i.e. the number of times that AddFile returned true.

Definition at line 1412 of file fileio.cpp.

References AppendPathSeparator(), lastof, lengthof, ScanPath(), and strecpy().


The documentation for this class was generated from the following files: