Easy Tutorial
❮ Prop Drivetype Met Copy File ❯

ASP MoveFile Method



The MoveFile method moves one or more files from one location to another.

Syntax

Parameter Description
source Required. The path to the file(s) to be moved. Wildcards can be included in the last component.
destination Required. The destination for the moved file(s). Cannot include wildcards.

Example


❮ Prop Drivetype Met Copy File ❯