diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-02-11 14:53:44 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-02-11 14:53:44 +0100 |
commit | 80a42f130003dabf7c70de35f446f4dbcf1ea3cf (patch) | |
tree | a008421d972a9c4eefd20d81dfb0cddbd7802b9e /tools.h | |
parent | c0ed9649a3f32b4510eddb47dfd82bcc860eac70 (diff) | |
download | vdr-80a42f130003dabf7c70de35f446f4dbcf1ea3cf.tar.gz vdr-80a42f130003dabf7c70de35f446f4dbcf1ea3cf.tar.bz2 |
Removing empty directories
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: tools.h 1.23 2001/01/13 15:36:00 kls Exp $ + * $Id: tools.h 1.24 2001/02/11 13:39:40 kls Exp $ */ #ifndef __TOOLS_H @@ -48,6 +48,7 @@ uint FreeDiskSpaceMB(const char *Directory); bool DirectoryOk(const char *DirName, bool LogErrors = false); bool MakeDirs(const char *FileName, bool IsDirectory = false); bool RemoveFileOrDir(const char *FileName, bool FollowSymlinks = false); +bool RemoveEmptyDirectories(const char *DirName, bool RemoveThis = false); char *ReadLink(const char *FileName); class cFile { |