FileSystem.MoveFile() (Method)

A method to move a file within the file system.

Availability:

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

As well as being able to move files with their own Move() method, you can move them from within the file system as well.

See also:File.Move()