ASP does not allow you to use
Sometimes you need to copy
If you want to copy some
If you want to check a file
IO system to modify on files
files to another folder.
foldes to another folder,
exists, you may use this
and folders. But with the
First you should require to
first create a File System
code. First we are starting
help of FileSystem object
use FSO (File System
Object. CopyFolder method
script creating a copy of
you can delete any file on
Object.) CopyFile method of
will help you to copy folder
File System Object. FSO has
your server. Do not forget
FSO is the simplest way to
to another folder.
many useful methods. One of
to double check permissions
copy the files. Following
them is 'FileExists' that we
for this operation.
sample code will copy some
will use it now.
files to another folder.
Date: Apr, 12 2004 Date: Jan, 25 2004 Date: Jan, 25 2004 Date: Jan, 25 2004 |
Shows how to create a text
For whatever reason, there
This tutorial will show you
A code snippet to display the
file using the File
are times when it would be
how use the File Scripting
last modified date for any
Scripting Object.
convenient to know how to
Object to both write to and
given file dynamically.
delete a folder without
append to a text file.
Every time the file is
having to go to the server
modified this info is
to do it. This is just one
written into the file. The
of the things you can do
FSO knows just how to read
with the File Scripting
that for you.
Object.
Date: Aug, 05 2002 Date: Aug, 05 2002 Date: Aug, 05 2002 Date: Jul, 16 2002 |