.

meiPlatformFileOpen

Declaration

 
long meiPlatformFileOpen(const  char           *fileName,
                         MEIPlatformFileMode   mode)
  Required Header: stdmei.h

Description

meiPlatformFileOpen opens a file handle. meiPlatformFileOpen is a platform independent replacement for the C function fopen().

 
fileName the name of the file to open.
mode

the access mode used to open the file. Different MEIPlatformFileMode values may be or'ed together to produce the desired mode.

For example:
MEIPlatformFileModeREAD | MEIPlatformFileModeBINARY)

   
 
Returns
meiPlatformFileOpen returns the newly created file handle.

See Also

meiPlatformFileClose | meiPlatformFileRead | meiPlatformFileWrite | MEIPlatformFileMode

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering