Futilities/v0.6/clade/Apps/ftm/Match/@code/rmv/2026/05/09
Jump to navigation
Jump to search
| 2026/05/08 | 2026/05/09 | 2026/05/10 |
Commented out on 2026-05-06: Partially rewrote, but now not sure if it's in use.
#
/**
* CALLBACK; CEMENT
* ACTION: copy/verify the file (depending on options)
*/
public function HandleFile(PairIface $oPair) {
$onIdent = $oPair->OLinkA->ToNode()->Ident();
$fn = $onIdent->SpecNameExt();
$oMatch = $this->NameMatch($fn);
if ($oMatch->GetIsMatch()) {
$fsa = $onIdent->GetSpec();
$fsr = $onIdent->GetPath();
$this->AddFile($sHash,$fsr);
}
}