Easy Tutorial
❮ Met Lock Unlock Coll Files ❯

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 operation performed by FileSystemObject.MoveFile or FileSystemObject.MoveFolder. However, it is important to note that the 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 Lock Unlock Coll Files ❯