示例#1
0
cDbusOsdMsg::~cDbusOsdMsg(void)
{
  if (strcmp(action, "Close") == 0) {
     isyslog("dbus2vdr: deleting osd files at %s", *file);
     RemoveFileOrDir(*file, false);
     }
}
示例#2
0
文件: videodir.c 项目: suborb/reelvdr
bool RemoveVideoFile(const char *FileName)
{
  return RemoveFileOrDir(FileName, true);
}
示例#3
0
文件: videodir.c 项目: tkempken/vdr
bool cVideoDirectory::Remove(const char *Name)
{
  return RemoveFileOrDir(Name);
}