Easy Tutorial
❮ Met Createfolder Prop Datelastaccessed File ❯

ASP CopyFile Method



The CopyFile method copies one or more files from one location to another.

Syntax

Parameter Description
source Required. The file(s) to be copied (wildcards are allowed).
destination Required. The destination for the copied file(s) (wildcards are not allowed).
overwrite Optional. A Boolean value that specifies whether existing files can be overwritten. True allows overwriting existing files, False prevents existing files from being overwritten. The default is True.

Example


❮ Met Createfolder Prop Datelastaccessed File ❯