Saadat: Text anhängen

Beitrag lesen

Hallo,

die Lösung kann so aussehen,

<%
const convirtualpath = "test.txt"
strphyspath = server.mappath(convirtualpath)
set logobjekt = server.createobject("scripting.FileSystemObject")
SET TextLog = LogObjekt.OpenTextFile(strPhysPath,8,true)
Textlog.WriteLine("irgendetwas schreiben")
TextLog.Close
%>

Danke, es funktioniert.

Saadat