| 68 | } |
| 69 | |
| 70 | void ScriptScanner::RescanDir() |
| 71 | { |
| 72 | /* Forget about older scans */ |
| 73 | this->Reset(); |
| 74 | |
| 75 | /* Scan for scripts */ |
| 76 | this->Scan(this->GetFileName(), this->GetDirectory()); |
| 77 | } |
| 78 | |
| 79 | void ScriptScanner::Reset() |
| 80 | { |
no test coverage detected