Jump to content

Recommended Posts

Posted

Is there anyway to read a text file that is open and being written to by another program?

One program is constantly writing things to a file and it never closes it until the program stops, but i need to be able to keep getting text out of the file while it is open.

Any ideas?

Thanks.

Posted

Is there anyway to read a text file that is open and being written to by another program?

One program is constantly writing things to a file and it never closes it until the program stops, but i need to be able to keep getting text out of the file while it is open.

Any ideas?

Thanks.

you can only really read what is saved to a file.

you can always send (ctrl & s) to save it, and then read the file.

Posted

I cant send Control S to it because it is not a window. It is a dll that is writing a log file and it doesnt open a window that i can send control s to.

Any other ideas?

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
  • Recently Browsing   0 members

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