Ferreteria/v0.6/clade/Sys/Data/aux/metaPair/Info/@code/2025/01/10

From WoozleCodes
Jump to navigation Jump to search
Code Removed on 2025-01-10
2025/01/09 2025/01/10 2025/01/11

From FromDataSpec_wSchema(), replaced by new function:

#
        // 2025-01-10 replaced by FromTargetSpec()
        // $fs is the data file we're documenting -- add an extension for the metadata
        $fsMeta = $fs.'.json';
        $oThis = static::FromSpec($fsMeta);

        // remember/store just the filename -- the meta-file should be portable; this is not a log file
        $fnData = $oThis->Ident()->SpecNameExt();
        $oThis->fnData = $fnData;