image\cslogo3d1.gif

JScript Folder Object Move Method

Moves a specified folder from one location to another.

Syntax: JScript Folder Object Move Method

object.Move( destination );

Arguments: JScript Folder Object Move Method

object

The name of a Folder object. Required.

destination

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

Remarks: JScript Folder Object Move Method

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

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