BSKStreamOpenFile

Module: BSKStream
BSKStream* BSKStreamOpenFile( const BSKCHAR* filename, 
                              const BSKCHAR* mode );
Inputs: Returns: the new stream object.

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


Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)