FileSystem.MoveFolder() (Method)

A method to move a folder within the file system.

Availability:

JScript - 3.0
Internet Explorer - 4.0
JavaScript syntax:IEmyFileSystem.MoveFolder(aSource, aTarget)
Argument list:aSourceThe folder to move from
aTargetThe folder to move to

Folder objects can be moved from within the file system or by invoking the Move() method that belongs to the Folder object itself.

See also:Folder.Move()