Jump to content

Writing to file while program is running


Recommended Posts

Hello,

I noticed that when you do a FileWriteLine() that is caches it until the program ends. Is this a normal windows issue or is this built into Autoit?

I run a program I wrote and out data to a log. I went to read the log while the program was still running and noticed it was empty.

Is there a way to force FileWriteLine() to actually write the line when I tell it to...

Link to comment
Share on other sites

  • Developers

Hello,

I noticed that when you do a FileWriteLine() that is caches it until the program ends. Is this a normal windows issue or is this built into Autoit?

I run a program I wrote and out data to a log. I went to read the log while the program was still running and noticed it was empty.

Is there a way to force FileWriteLine() to actually write the line when I tell it to...

It is normal when the file is still opened.

Close the file to save the data or use FileWrite("Filename",..)

:rolleyes:

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...