File input/output routines

Functions for reading/writing to file.

Name Description
FileCreate Create a file and return handle
FileOpen Open file end return handle
FileRead Read from file
FileSeek Set file position
FileTruncate Truncate file length
FileWrite Write to file
FileClose Close file handle