Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ExDAIHostAppServices::findFile Method
Syntax
C++
virtual OdString findFile(const OdString& filename, OdDbBaseDatabase* pDb = 0, FindFileHint hint = kDefault);

Searches for a specified file and returns its full path.

Parameters
Description
pDb
[in] A raw pointer to the database context.
hint
[in] A hint that indicates the type of file that is required.
fileName
[in] A string that contains the name of the file.

A string that contains the full path of the file, or an empty string if the file is not found.

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