file.h File Reference


Functions

File fileOpen (const Char *path, const Char *access)
void fileClose (File file)
bool fileEOF (File file)
unsigned fileRead (File file, void *buffer, unsigned num)
unsigned fileWrite (File file, void *buffer, unsigned num)
bool fileFlush (File file)
bool fileSeek (File file, int offset, int origin)
unsigned fileTell (File file)
bool fileExists (const Char *file)

Detailed Description

Author:
Jason Perkins (jason@379.com)
Date:
Copyright (C) 2001 by 379, Inc.
Version:
Id:
file.h,v 1.2 2002/04/22 01:51:55 jason379 Exp

Todo:
Implement platform specific versions using native I/O functions.


Flat Four Engine
Copyright (C) 2001 by 379, Inc.
This page generated by Doxygen