add optional RageFileDriver::MoveFile override; implement for RageFileDriverDirect and RageFileDriverTimeout
This commit is contained in:
@@ -19,6 +19,7 @@ public:
|
||||
virtual int GetFileHash( const CString &sPath );
|
||||
virtual int GetPathValue( const CString &path );
|
||||
virtual void FlushDirCache( const CString &sPath );
|
||||
virtual bool MoveFile( const CString &sOldPath, const CString &sNewPath ) { return false; }
|
||||
virtual bool Remove( const CString &sPath ) { return false; }
|
||||
|
||||
/* Optional: Move to a different place, as if reconstructed with a different path. */
|
||||
|
||||
Reference in New Issue
Block a user