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

Returns the creation time of the specified file.

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

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