Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>fbopen()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    fbOpen()

         Opens a binary file

    Syntax:

         fbOpen( cFile, nMode ) -> nHandle

         cFile : The name of the file
         nMode : DOS open mode

    Description:

         Trys to open the file cFile in mode nModo with 5 retries and begs
         the user to answer if he wants to retry if there's an error.

    Return:

         A file handle or -1 if an error is found.

    Example:

         nHandle := fbOpen ( "Fast.txt", 0 )
         If nHandle == -1
           BoxWarning ( "Open error" )
         EndIf

See Also: fbClose() fbCreate() fbWrite() fbRead()

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