image\cslogo3d1.gif

JScript File Object Move Method

Moves a specified file from one location to another.

Syntax: JScript File Object Move Method

object.Move( destination );

Arguments: JScript File Object Move Method

object

The name of a File object. Required.

destination

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

Remarks: JScript 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.

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