Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
All Methods
Folder Object
METHOD: Folder.Move
Implemented in version 2.0
object.
Move
destination
This method is used to move the folder relating to the specified
Folder
object to a new destination.
It is recommended that you use the
FolderExists
method of the
FileSystemObject
object to determine if a folder with the same name already exists in the destination location. If it does, and you attempt the
Move
, you'll receive an error.
Code:
<%
dim filesys, demofolder
set filesys = CreateObject ("Scripting.FileSystemObject")
set demofolder = filesys.GetFolder("c:\projects\")
demofolder.Move ("c:\work\")
%>
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information