EnemyGateIsDown
Technical User
Hi guys,
Quick question, in ASP I used to used the file system object to manipulate files such as
How can I do the same thing in vb.net?
Any help is as always greatly appreciated.
Cheers,
Chris
Quick question, in ASP I used to used the file system object to manipulate files such as
Code:
fso = CreateObject("Scripting.FileSystemObject")
Set a = fso.CreateTextFile(session("AppDir") & "\" & ICS_ID &".ics", True)
a.WriteLine(strICS)
a.Close
How can I do the same thing in vb.net?
Any help is as always greatly appreciated.
Cheers,
Chris