12#ifndef ZYPP_PATHINFO_H 
   13#define ZYPP_PATHINFO_H 
   65    int dirForEach( 
const Pathname & dir_r, 
const StrMatcher & matcher_r, function<
bool(
const Pathname &, 
const char *
const)> fnc_r );
 
String matching (STRING|SUBSTRING|GLOB|REGEX).
Wrapper class for stat/lstat.
Types and functions for filesystem operations.
const StrMatcher & matchNoDots()
Convenience returning StrMatcher( "[^.]*", Match::GLOB )
int dirForEach(const Pathname &dir_r, const StrMatcher &matcher_r, function< bool(const Pathname &, const char *const)> fnc_r)
Easy-to use interface to the ZYPP dependency resolver.