[<<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, it will be truncated
to size 0. If there's some error, it retries 5 times and then asks
the user if he wants to retry.
Return:
A file handle or -1 if an error is found.
Example:
nHandle := fbCreate ( "Fast.txt" )
See Also:
fbOpen()
fbClose()
fbWrite()
fbRead()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson