Folder.Move() (Method)

A means of moving folders.

Availability:

JScript - 3.0
Internet Explorer - 4.0
JavaScript syntax:IEmyFolder.Move(aTarget)
Argument list:aTargetA valid path within the destination file system

Moving or renaming folders is accomplished with this method or with the FileSystem.MoveFolder() method, whichever you prefer.

See also:File.Move(), FileSystem.MoveFolder()