Scanner to scan for a particular type of FIOS file.
More...
Scanner to scan for a particular type of FIOS file.
Definition at line 281 of file fios.cpp.
◆ FiosFileScanner()
Create the scanner.
- Parameters
-
| fop | Purpose of collecting the list. |
| callback_proc | The function that is called where you need to do the filtering. |
| file_list | Destination of the found files. |
Definition at line 292 of file fios.cpp.
◆ AddFile()
| bool FiosFileScanner::AddFile |
( |
const char * |
filename, |
|
|
size_t |
basepath_length, |
|
|
const char * |
tar_filename |
|
) |
| |
|
virtual |
Try to add a fios item set 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 relative filename |
- Returns
- true if the file is added.
Implements FileScanner.
Definition at line 305 of file fios.cpp.
References lastof.
The documentation for this class was generated from the following file: