Using FileSystemObject

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

I know how to query for a change in the file.

But how do I get at the files contents.

The file is a text file (.txt).

Can anyone assist?

Thanks

Tom
 
Tom said:
I know how to query for a change in the file.
But how do I get at the files contents.
The file is a text file (.txt).
Can anyone assist?

You just load the file - look up "Reading text from files" in MSDN for
example code.
 
Back
Top