cctools
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
dttools
src
unlink_recursive.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2014- The University of Notre Dame
3
This software is distributed under the GNU General Public License.
4
See the file COPYING for details.
5
*/
6
7
#ifndef UNLINK_RECURSIVE_H
8
#define UNLINK_RECURSIVE_H
9
16
int
unlink_recursive
(
const
char
*path);
17
22
int
unlink_dir_contents
(
const
char
*dirname);
23
24
#endif
unlink_recursive
int unlink_recursive(const char *path)
Delete a path recursively.
unlink_dir_contents
int unlink_dir_contents(const char *dirname)
Unlink only the contents of the directory recursively.
Generated by
1.8.5