Close

Relief for ODA Team in Ukraine

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

Returns the modification time of the specified file.

Parameters
Description
filename
[in] Filename.

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

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