Easy Tutorial
❮ Met Copy File Prop Rootfolder ❯

ASP CopyFolder Method



The CopyFolder method copies one or more folders from one location to another.

Syntax

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

Example


❮ Met Copy File Prop Rootfolder ❯