VB (ASP) Code to JSP
843836Jul 13 2004 — edited Jul 14 2004Hi,
Can anyone help me to convert this VB code to JSP ? I would appreciate any assistance. Thank You.
Set FSO = CreateObject("Scripting.FileSystemObject")
junk = Server.MapPath(".") & XSLFile
junk = left(junk, len(junk)-3) & "XML"
Set b = FSO.CreateTextFile(junk, True)
b.WriteLine(sz)
b.Close
Set b = Nothing
Set FSO = Nothing