mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
Update IFileSystem.
This commit is contained in:
@ -557,6 +557,9 @@ public:
|
|||||||
// it can't be resolved )
|
// it can't be resolved )
|
||||||
virtual bool FullPathToRelativePath( const char *pFullpath, char *pRelative, int maxlen ) = 0;
|
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
|
// Gets the current working directory
|
||||||
virtual bool GetCurrentDirectory( char* pDirectory, int maxlen ) = 0;
|
virtual bool GetCurrentDirectory( char* pDirectory, int maxlen ) = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user