The CopyFile method copies an existing file to a new file.
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. |
This function calls CopyFile Win32 API function (kernel32)
Security attributes for the existing file are not copied to the new file.
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" |
CloseHandle, CopyFile, CreateProcess, DeleteFile, GetFileSize, MoveFile, Sleep, SwitchToThread, WaitForSingleObject
CommandLine, ComputerName, CurrentDirectory, CurrentProcess, CurrentThread, EnvironmentStrings, EnvironmentVariables, hrCounter, hrFrequency, hrTimeCounter, TempPath, TickCount
COM API for calling some of Kernel32 functions.
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 4GB 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 - 2011 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz