Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

thread216-1171273

Status
Not open for further replies.

nnn000555

Programmer
Jan 30, 2011
26
CA
thread216-1171273 Referencing this thread....
So how do you open a txt file in C:\\ drive, but keep it open, so that the info saved in the txt file, stays in the file, eventhough the page is refreshed? You can put fso variable part in the script outside of the function in order to have the ability to save constantly until the page is refreshed, but how do you keep the txt file still with info, eventhough, the web page is refreshed?
 
maybe it has to do with file attributes of the open txt file?
 
Like the attributes of this can be changed("c:\\testcountfile.txt", 3); 3 could be true, or anything else. Also, there maybe 3 but not 1 attribute, like ("c:\\testcountfile.txt", 2, true, 0); which doesn't work, but the idea is that these attributes might be changed into the correct sequence. The question is what are the correct attributes?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top