Microsoft® JScript Move Method |
Language Reference Version 3 |
Moves a specified file or folder from one location to another.
object.Move( destination );The Move method syntax has these parts:
Part Description object Required. Always the name of a File or Folder object. destination Required. Destination where the file or folder is to be moved. Wildcard characters are not allowed.
The results of the Move method on a File or Folder are identical to operations performed using FileSystemObject.MoveFile or FileSystemObject.MoveFolder. You should note, however, that the alternative methods are capable of moving multiple files or folders.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/js272.htm, 2KB, , updated: 1997/9/30 04:44, local time: 2024/10/31 18:26,
3.143.5.131:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/inet/iis/jscript/htm/js272.htm"> Move Method</A> |
Did you find what you needed? |