API Reference > OdRx Classes > OdRxSystemServices Class > OdRxSystemServices Methods > OdRxSystemServices::getFileMTime Method
OdRxSystemServices::getFileMTime Method
Syntax
C++
virtual OdInt64 getFileMTime(const OdString& filename) = 0;
Parameters 
Description 
const OdString& filename 
[in] Filename. 

Returns the modification time of the specified file.

On most platforms, this function will be implemented with the stat function (stat::st_mtime).

Copyright © 2002–2020. Open Design Alliance. All rights reserved.