CopyFile

ActiveX/VBSScript registry editor  ActiveX NT User account manager  Export MDB/DBF from ASP
Url replacer, IIS url rewrite Active LogFile  Email export  ActiveX/ASP Scripting Dictionary object
 IISTracer, real-time IIS monitor
 Huge ASP upload - upload files with progress.
          Method 
          Member of  ScriptUtils.Kernel 

Description

The CopyFile method copies an existing file to a new file.

Syntax

Kernel.CopyFile (ExistingFileName as String, NewFileName as String, [FailIfExists as Boolean = True])
 
Where Type Optional Default Description
 ExistingFileName  String     The name of an existing file to copy. 
 NewFileName  String     The name of the new file. 
 FailIfExists  Boolean  yes  True  If this parameter is TRUE and the new file already exists, the function fails. If this parameter is FALSE and the new file already exists, the function overwrites the existing file and succeeds. 

Remarks

This function calls CopyFile Win32 API function (kernel32)
Security attributes for the existing file are not copied to the new file.

Examples

 Kernel - copy file  
Dim Kernel
Set Kernel = CreateObject("ScriptUtils.Kernel")

Kernel.CopyFile "H:\zivot.wav\AF - Buh je verny a co ty.wav", "j:\pokusss.wav"

See also

  Other links for CopyFile

ScriptUtils.Kernel

COM API for calling some of Kernel32 functions.

ScriptUtils

     Huge ASP upload is easy to use, hi-performance ASP file upload component with progress bar indicator. This component lets you upload multiple files with size up to 2GB to a disk or a database along with another form fields. Huge ASP file upload is a most featured upload component on a market with competitive price and a great performance.

     The software has also a free version of asp upload with progress, called Pure asp upload, written in plain VBS, without components (so you do not need to install anything on server).

     This installation package contains also ScriptUtilities library. Script Utilities lets you create hi-performance log files, works with binary data, you can download multiple files with zip/arj compression, work with INI files and much more with the ASP utility.


© 1996 – 2008 Antonin Foller, Motobit Software, help{at}pstruh.cz, help v. 2.20.24