Revert "Update IFileSystem."

This reverts commit 7200d05f09.
This commit is contained in:
Nicholas Hastings 2014-10-01 18:45:53 -04:00
parent b92230aee1
commit 1fe7ee6d7f

View File

@ -556,9 +556,6 @@ public:
// Returns true on success ( based on current list of search paths, otherwise false if
// it can't be resolved )
virtual bool FullPathToRelativePath( const char *pFullpath, char *pRelative, int maxlen ) = 0;
// Returns true on successfully retrieve case-sensitive full path, otherwise false
virtual bool GetCaseCorrectFullPath_Ptr( const char *pFullPath, maxLenInChars char *pDest, int maxLenInChars ) = 0;
// Gets the current working directory
virtual bool GetCurrentDirectory( char* pDirectory, int maxlen ) = 0;