Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdRxSystemServices::getFileCTime Method
Syntax
C++
virtual OdInt64 getFileCTime(const OdString& filename) = 0;

Returns the creation time of the specified file.

Parameters
Description
filename
[in] Filename.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.