BSKStream* BSKStreamOpenFile( const BSKCHAR* filename, const BSKCHAR* mode );Inputs:
Description: Opens the file with the given name, with the given mode (these parameters are identical to those passed to the fopen function). If the file could not be opened, BSKStreamOpenFile returns null (0), otherwise, it returns a pointer to the new stream.
Return to the API
Return to the function listing