/ Published in: VB.NET

Expand |
Embed | Plain Text
Const ForWriting = 2 Set gfs = CreateObject("GRFSL.FileSystemLib") Set ts = gfs.OpenTextStream("<FILENAME>", ForWriting) ts.WriteLine "<CONTENT>" ts.CloseStream
You need to login to post a comment.