You may use this method in the Windows environment to move a file to a different folder within the file system. This follows the Unix tradition of calling the Rename command a Move command.
The destination path should be valid for the file system to which the file is being moved. Given that computers allow for the mounting of foreign file systems through a variety of different techniques, the target file system path may be constructed quite differently to that of the source path.
See also: | FileSystem.MoveFile(), Folder.Move() |
Prev | Home | Next |
File.Drive | Up | File.Name |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |