changed: update version strings for beta4
[xbmc.git] / xbmc / utils / FileUtils.h
blobfeebfd71302fb943bf07a69b6a95968f188ff75d
1 #pragma once
2 #include "FileItem.h"
4 class CFileUtils
6 public:
7 static bool DeleteItem(const CFileItemPtr &item);
8 static bool RenameFile(const CStdString &strFile);
9 };