repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
changed: update version strings for beta4
[xbmc.git]
/
xbmc
/
utils
/
FileUtils.h
blob
feebfd71302fb943bf07a69b6a95968f188ff75d
1
#pragma once
2
#include
"FileItem.h"
3
4
class
CFileUtils
5
{
6
public
:
7
static bool
DeleteItem
(
const
CFileItemPtr
&
item
);
8
static bool
RenameFile
(
const
CStdString
&
strFile
);
9
};