This article describes how to
This tutorial will show you
This article shows how easily
This tutorial explains
build a very powerful,
how use the File Scripting
we can handle file through
opening, reading and
potentially destructive
Object to both write to and
asp.
creating files using example
application using the File
append to a text file.
codes. Up to 6 examples are
System Object. It should
used.
never be implemented in a
production environment
without ensuring that proper
security precautions have
been taken to maintain the
integrity of the data
contained on the web server.
Date: Jun, 11 2000 Date: Aug, 05 2002 Date: Mar, 08 2006 Date: Jan, 14 2002 |
This is a complete tutorial
Shows how to create a text
Building an upload file
Article on accessing drives,
on uploading files to the
file using the File
mechanism on a Web server
folders and files with ASP;
server hard disk using ASP (
Scripting Object.
can often require using a
iterating though drives,
VBScript ).
costly DLL. Tiago Halm's
folders and files
article shows you how to
collections, reading content
upload a file using only
of a file and more. Also
Active Server Page (ASP)
provides detailed listing of
code and Internet Explorer.
all properties and methods
Sample code is provided.
of FileSystemObject, Drive,
Folder, File and TextStream
objects.
Date: Apr, 29 2001 Date: Aug, 05 2002 Date: Oct, 04 2000 Date: May, 06 2001 |