Jump to content

Reading an Open file


Recommended Posts

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.

Link to comment
Share on other sites

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.

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...