Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

VBScript File Object Move Method

Moves a specified file from one location to another.

Syntax: VBScript File Object Move Method

object.Move destination

Arguments: VBScript File Object Move Method

object

Required. Always the name of a File or Folder object.

destination

Required. Destination where the file is to be moved. Wildcard characters are not allowed.

Remarks: VBScript File Object Move Method

The results of the Move method on a File are identical to operations performed using MoveFile. You should note, however, that the alternative method is capable of moving multiple files or folders.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.