Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>fbot() - go to end of file</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     fbot() - go to end of file
  Usage:    [<logical>] = fbot(handle)
  Params:   integer <handle> from a previous fopen or fcreate()
  Returns:  logical .T. if positioning successful, .F. if not

 ---------------------------------- Example ---------------------------------

                 handle = fopen("test.txt")
                 fbot(handle)
                 fwrite(handle,"This is at the end of file")
                 ftop(handle)
                 fwrite(handle,"This is at the top of file")
                 fclose(handle)


See Also: ftop() ferror() fwriteline()

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