Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+--------+#################################################################
#+-| 15.3.3 |----------------+################################################
#| +--------+ File I/O Table |################################################
#+---------------------------+################################################
##############################################################################
##############################################################################
#####+-------------------------------------------------------------------+####
#####| Buffered file functions facilitate standard sequential file input |####
#####| and output for text files.  Binary file functions manipulate any  |####
#####| type of file.  These functions bypass the FORCE database engine.  |####
#####+-------------------------------------------------------------------+####
##############################################################################
##############################################################################
###+--| Function |----------| Usage |---------------------------------------+#
###| f_close ......... Closes a file stream.                                |#
###| f_eof ........... Returns TRUE if the file stream is at end of file.   |#
###| f_flush ......... Flushes current write buffer to file stream.         |#
###| f_getlin ........ Returns line of ASCII text from file stream.         |#
###| f_open .......... Opens a file stream for reading, writing or appending|#
###| f_put ........... Writes text to file stream without cr and lf.        |#
###| f_putln ......... Prepends cr and lf to text; then writes text to      |#
###|                   the specified file.                                  |#
###| fb_close ........ Close a file handle.                                 |#
###| fb_eof .......... Returns TRUE if file handle is at end of file.       |#
###| fb_open ......... Opens any type of file - ASCII, binary, etc. - for   |#
###|                   reading or writing.                                  |#
###| fb_read ......... Reads data from a file handle.                       |#
###| fb_seek ......... Seeks to an offset within a file.                    |#
###| fb_write ........ Writes data to a file handle.                        |#
###|                                                                        |#
###| NOTE:Do not mix and match the binary functions with the text functions.|#
###| The binary functions (fb_???) use a handle to refer to the file and are|#
###| NOT line oriented.  The text file functions (f_???) use a FILE data    |#
###| type to refer to the file and are line oriented.                       |#
###+------------------------------------------------------------------------+#
##############################################################################

See Also: The Escape Hatch BBS System - 703-373-0575 - Dual/HST Powered!

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson