12#ifndef ZYPP_PATHINFO_H
13#define ZYPP_PATHINFO_H
15#include <zypp-core/fs/PathInfo.h>
16#include <zypp-core/Pathname.h>
17#include <zypp-core/base/Function.h>
65 int dirForEach(
const Pathname & dir_r,
const StrMatcher & matcher_r, function<
bool(
const Pathname &,
const char *
const)> fnc_r );
72 using filesystem::PathInfo;
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.