Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdRxSystemServices::accessFile Method
Syntax
C++
virtual bool accessFile(const OdString& filename, int accessMode);

Returns true if and only if the specified file can be accessed in the specified mode. 

 

Parameters
Description
filename
[in] Filename.
accessMode
[in] Access mode.

accessMode must be a combination of one or more of the following: 

 

Name
Value
Description
..
0
File exists.
Oda::kFileRead
0x80000000
Read access.
Oda::kFileWrite
0x40000000
Write access.
Copyright © 2002-2022. Open Design Alliance All rights reserved.