this->log<<"Bagit file '"<<file<<"', checksum '"<<expected_checksum<<"' is expected by file '"<<manifest_file<<"', but found: '"<<calc_checksum<<"'"<<endl;
is_valid=false;
}
fs::pathp{file};
fs::pathfile_path{file};
// fs::file_status s = fs::status( p );
if(!fs::is_regular_file(p)){
if(!fs::is_regular_file(file_path)){
this->log<<"Bagit file '"<<file<<"' does not exists in '"<<this->basedir<<"'"<<endl;