Hello,
I am writing a destop script on windows 2003 and I need to open a file and seek to the end of it and read the last line. I looked for a "seek" but couldn't find. I saw the openTextFile for option but didn't have.
I implement it by openning the file with the red flag and then reading line after line. With big file it takes a time,
Do any one know how to do this quickly (either in vb script or javascript)