Made current file relative to engine directory

Former-commit-id: 7a664df265a1d1b7f9b3594e34418163cc023eda
This commit is contained in:
Lynix
2013-08-03 17:35:08 +02:00
parent 8f593d56f4
commit ce028e497a
3 changed files with 31 additions and 4 deletions

View File

@@ -55,6 +55,7 @@ class NAZARA_API NzDirectory
static bool Create(const NzString& dirPath, bool recursive = false);
static bool Exists(const NzString& dirPath);
static NzString GetCurrent();
static const char* GetCurrentFileRelativeToEngine(const char* currentFile);
static bool Remove(const NzString& dirPath, bool emptyDirectory = false);
static bool SetCurrent(const NzString& dirPath);