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]
##############################################################################
#+-------------------------+##################################################
#| BINARY OPEN MODES TABLE |##################################################
#+-------------------------+##################################################
##############################################################################
##############################################################################
#####+--| Mode |------------------| Meaning |----------------------------+####
#####| &B_READ ................... File is opened only for reading.      |####
#####|                             File pointer is positioned at the     |####
#####|                             beginning of the file.  Any write     |####
#####|                             operation invokes a DOS error.  File  |####
#####|                             is NOT created if it does not exist.  |####
#####| &B_WRITE .................. File is opened only for writing. File |####
#####|                             pointer is positioned at the end of   |####
#####|                             the file.  Any read operation invokes |####
#####|                             a DOS error.  File is NOT created if  |####
#####|                             it does not exist.                    |####
#####| &B_READ_WRITE ............. File is opened for reading or writing |####
#####|                             File pointer is positioned at the     |####
#####|                             beginning of the file.  File is NOT   |####
#####|                             created if it does not exist.         |####
#####| &B_CREAD .................. File is opened only for reading. File |####
#####|                             pointer is positioned at the beginning|####
#####|                             of the file.  Any write operation     |####
#####|                             invokes a DOS error. File is created  |####
#####|                             if it does not exist.                 |####
#####| &B_CWRITE ................. File is opened only for writing. File |####
#####|                             pointer is positioned at the end of   |####
#####|                             the file.  Any read operation invokes |####
#####|                             a DOS error.  File is created if it   |####
#####|                             does not exist.                       |####
#####| &B_CREAD_WRITE ............ File is opened for reading or writing |####
#####|                             File pointer is positioned at the     |####
#####|                             beginning of the file.  File is       |####
#####|                             created if it does not exist.         |####
#####+-------------------------------------------------------------------+####
##############################################################################

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