×
ASP 教程ASP 简介ASP 安装ASP 语法ASP 变量ASP 程序ASP 表单ASP CookiesASP SessionASP ApplicationASP #includeASP Global.asaASP 发送电子邮件

ASP 对象

ASP ResponseASP RequestASP ApplicationASP SessionASP ServerASP ErrorASP FileSystemASP TextStreamASP DriveASP FileASP FolderASP DictionaryASP ADO

ASP 组件

ASP AdRotatorASP BrowserCapASP Content LinkingASP Content Rotator

ASP 与 AJAX

AJAX 简介AJAX ASPAJAX 数据库

ASP 总结 & 实例

ASP 快速参考ASP 总结ASP 实例

ASP MoveFolder 方法


ASP FileSystem 对象ASP FileSystem 对象


MoveFolder 方法从一个位置向另一个位置移动一个或多个文件夹。

语法

FileSystemObject.MoveFolder source,destination

参数 描述
source 必需的。指向要移动的文件夹的路径。可在最后的成分中包含通配符。
destination 必需的。移动文件夹的目的地。不能包含通配符。

实例

<%
dim fs
set fs=Server.CreateObject("Scripting.FileSystemObject")
fs.MoveFolder "c:\test\web\","c:\windows\"
set fs=nothing
%>

ASP FileSystem 对象ASP FileSystem 对象


分类导航

关注微信下载离线手册

bootwiki移动版 bootwiki
(群号:472910771)