I've never really touched asp before never really needed it, but I've just a couple of questions about it.

first how can you open a text file for append in asp and add a line to it? and if the file does not exist it will be created?

second how do you open a text in asp for just output and write a line to it? and again if the file does not exist will it be created?.

thanx for any help.