More header changes.

This commit is contained in:
Sacha 2014-07-12 03:06:59 +10:00
parent 6e06fdf638
commit c09b0f511e
13 changed files with 79 additions and 90 deletions

View file

@ -40,7 +40,7 @@ bool vfsLocalDir::Open(const std::string& path)
bool vfsLocalDir::Create(const std::string& path)
{
return rFileName::Mkdir(path, 0777, rPATH_MKDIR_FULL);
return rMkpath(path);
}
bool vfsLocalDir::Rename(const std::string& from, const std::string& to)