Easy Tutorial
❮ Met Readline Coll Servervariables ❯

ASP Move Method



The Move method moves a specified file or folder from one location to another.

Note: The result of applying the Move method to a File or Folder is identical to the operations performed by FileSystemObject.MoveFile or FileSystemObject.MoveFolder. However, it is important to note that FileSystemObject.MoveFile or FileSystemObject.MoveFolder methods can move multiple files or folders.

Syntax

Parameter Description
destination Required. The destination for the file or folder being moved. Wildcards are not allowed.

Example for File Object

Example for Folder Object


❮ Met Readline Coll Servervariables ❯