System Global Function CATFOpen
CATFOpen( | | iFileName, |
| const | iMode, |
| | oFileDesc) |
-
Opens a file.
Role:Open a file and returns a descriptor.
- Parameters:
-
- iFileName
- The path of the file to open.
- iMode
- Opening mode as in fopen
- oFileDesc
- the returned file descriptor that will be used in the other functions
for manipulating the opened file.
- Returns:
- Legal values:
S_OK :on Success.
negative : on failure
This object is included in the file: CATStdIO.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.