|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Creating a file on the server |
From: |
Tim |
Date: |
11/1/1999 7:58:28 AM |
IP: |
207.51.162.13 |
Example:
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("test.txt")
a.WriteLine("This is a test.")
a.Close |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|