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>fbcreate()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    fbCreate()

         Creates a binary file

    Syntax:

         fbCreate( cFile ) -> nHandle

         cFile : The name of the file

    Description:

         Creates a file with name cFile. If cFile exists, truncate it
         to size 0. If there's some error, retries till 5 times and begs
         the user to answer if he wants retry if the error continues.

    Return:

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

    Example:

         nHandle := fbCreate ( "Fast.txt" )

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

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