cctools
clean_dir.h
Go to the documentation of this file.
1/*
2Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
3Copyright (C) 2022 The University of Notre Dame
4This software is distributed under the GNU General Public License.
5See the file COPYING for details.
6*/
7
8#ifndef CLEAN_DIR_H
9#define CLEAN_DIR_H
10
18int clean_dir(const char *dir, const char *delete_pattern);
19
20#endif
int clean_dir(const char *dir, const char *delete_pattern)
Recursively remove all entries in a directory tree that match a given pattern.