Hits Today: 4 Total: 27348 | Updated: 1/28/2000 | |
 | This is an example of a code which will write to a text file, using FileSystemObject in an ASP Page. Author: Asif Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 10323 | Updated: 10/22/2000 | |
 | Check out this article on how
to use the ADO 2.5 stream object to manipulate binary and text files. Author: 4GuysFromRolla.Com Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 7549 | Updated: 2/15/2001 | |
 | AnyPortal Site Manager is a web site support tool that lets you view the directory structure of your web site and then add, change or delete files using only your Internet browser. Author: John Martin Code: ASP 3.0 & VBScript | |  | |
Hits Today: 2 Total: 20502 | Updated: 3/25/2001 | |
 | This is a drawn out example of reading and writing with the FileScriptingObject. This is similar to copying a file, but allows rewriting specific line(s). Author: T Runstein Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 19252 | Updated: 1/28/2000 | |
 | This example shows how to use FileSystemObject to read from a text, .asp, .htm or any other file within your ASP Page.
Author: Asif Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 8839 | Updated: 5/11/2003 | |
 | When working with files you use the built in component: FileSystemObject. This component comes packed with lots of nice methods you can use to create, delete and manipulate files and folders. Here, we'll show how to Create and Write to a text file. Author: Programmers Resource Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 2362 | Updated: 1/12/2006 | |
 | We continue to examine FileSystem object in this sample code. Most common ASP problems are trying to modify a file before checking it exists. So you code will be down. We must check that this file is exist. Author: Dotnetindex.com Code: ASP 3.0 & VBScript | |  | |
Hits Today: 2 Total: 325 | Updated: 8/27/2007 | |
 | In this tutorial that uses ASP 3.0 and VBScript, you will learn how to open and read content from a text file. This can be useful for when you use a flatfile-type database.
Author: AspTutorial Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 149 | Updated: 8/27/2007 | |
 | Global.asa is a text file locate in your main directory (/global.asa). The Global.asa file is configurations for your web application.
Author: AspTutorial Code: ASP 3.0 & VBScript |
|