Web Hosting Offers
See the new scripts recently added to Dynamic Drive. Click here.
Original, practical CSS codes and examples such as CSS menus for your site.
    Search code samples  
 
  Keyword
 
 
 
   
 
 
  Code Samples
 
ASP
CSS
Dhtml
Html
Javascript
PHP
 
   
     LOGIN HERE  
 
Username
Password
Forgot Password
Verify Signup
 
 
 

ASP >> General

How can I create a text file/ append an existing text file?

Visitor Ratings (0) :
Description
The following code shows
1)How does one check to see if a text file exists (on the server in the
current directory) and
2) if it exists then append to it,
3) else, if it does not exist, create it and write a record to it.
Code
Select All
 Rate this Resource