Results 1 to 2 of 2

Thread: file flush

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 1999
    Posts
    8

    Question

    Hi,

    How do you enforce a buffer to flush its content into a
    file (similar to fflush() in C)?

    Thanks.

  2. #2
    Lively Member
    Join Date
    Mar 2000
    Posts
    81
    Don't know if you can explicitly flush it, unless there's some API call somewhere that'll do it. If my understanding's right you can get close by calling DoEvents() but it's still up to the OS to do the flushing when it's convenient.

    HTH,
    Toot
    Some cause happiness wherever they go; others, whenever they go.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width