ASP CopyFile 方法
asp copyfile 方法

copyfile 方法從一個(gè)位置向另一個(gè)位置拷貝一個(gè)或多個(gè)文件。
語(yǔ)法
filesystemobject.copyfile source,destination[,overwrite]
參數(shù) | 描述 |
---|---|
source | 必需的。要拷貝的文件(可使用通配符)。 |
destination | 必需的??截愇募哪康牡兀ú荒苁褂猛ㄅ浞?/td> |
overwrite | 可選的。布爾值,規(guī)定是否可覆蓋已有的文件。true 允許覆蓋已有文件,false 防止已有文件被覆蓋。默認(rèn)為 true 。 |
實(shí)例
<%
dim fs
set fs=server.createobject("scripting.filesystemobject")
fs.copyfile "c:\mydocuments\web\*.htm","c:\webpages\"
set fs=nothing
%>
dim fs
set fs=server.createobject("scripting.filesystemobject")
fs.copyfile "c:\mydocuments\web\*.htm","c:\webpages\"
set fs=nothing
%>

相關(guān)文章
- ASP AdRotator
- ASP Browser Capabilities
- ASP Content Linking
- 在自己的 PC 上運(yùn)行 ASP
- ASP 語(yǔ)法
- ASP Skip 方法
- ASP DateLastAccessed 屬性
- ASP CreateTextFile 方法
- ASP Key 屬性
- ASP Remove 方法
- ASP ContentType 屬性
- ASP Flush 方法
- ASP Redirect 方法
- ASP Form 集合
- ASP ServerVariables 集合
- ASP TotalBytes 屬性
- ASP Contents 集合
- ASP GetBaseName 方法
- ASP GetDrive 方法
- ASP GetParentFolderName 方法