Ensure temp file is closed before its directory is removed.
[gnulib.git] / modules / dirname
1 Description:
2 Extract specific portions of filenames.
3
4 Files:
5 lib/dirname.h
6 lib/dirname.c
7 lib/basename.c
8 lib/stripslash.c
9 m4/dos.m4
10 m4/dirname.m4
11 m4/double-slash-root.m4
12
13 Depends-on:
14 stdbool
15 xalloc
16 xstrndup
17
18 configure.ac:
19 gl_DIRNAME
20
21 Makefile.am:
22 EXTRA_DIST += dirname.h
23
24 Include:
25 "dirname.h"
26
27 License:
28 GPL
29
30 Maintainer:
31 Jim Meyering