freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

第五章asp的內(nèi)置組件(編輯修改稿)

2024-11-03 13:47 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 和目標(biāo)文件變量 SourceFile=c:\ipub\root\asptemp\chapter8\ DestiFile=c:\ipub\root\asptemp\chapter8\ SourceFile, DestiFile SourceFile=c:\ipub\root\asptemp\chapter8\ DestiFile=c:\ipub\root\asptemp\chapter8\temp\ SourceFile, DestiFile SourceFile=c:\ipub\root\asptemp\chapter8\temp\ IF (SourceFile) Then SourceFile End If % 文本夾的新建立、復(fù)制、移動(dòng)和刪除 ? 新建 文件系統(tǒng)對(duì)象 .CopyFolder 文件夾名 ? 復(fù)制 文件系統(tǒng)對(duì)象 .CopyFolder 源文件夾名,目標(biāo)文件夾名 ? 移動(dòng) 文件系統(tǒng)對(duì)象 .MoveFolder 源文件夾名,目標(biāo)文件夾名 ? 刪除 文件系統(tǒng)對(duì)象 .DeleteFolder 文件夾名 ? 文件是否存在 文件系統(tǒng)對(duì)象 . FolderExists(文件夾名 ) % Dim FileObject 39。定義一個(gè) FileSystemObject對(duì)象實(shí)例 Set FileObject=() Dim SourceFolder,DestiFolder 39。定義源文件夾和目標(biāo)文件夾變量 39。新建文件夾 新建 new1文件夾 SourceFolder=c:\ipub\root\asptemp\chapter8\new1 SourceFolder 39。復(fù)制文件夾 將 new1復(fù)制為 new2文件夾 SourceFolder=c:\ipub\root\asptemp\chapter8\new1 DestiFolder=c:\ipub\root\asptemp\chapter8\new2 SourceFolder, DestiFolder 39。移動(dòng)文件夾 將 new2文件夾移動(dòng)到 new1下 SourceFolder=c:\ipub\root\asptemp\chapter8\new2 DestiFolder=c:\ipub\root\asptemp\chapter8\new1\new2 SourceFolder, DestiFolder 39。刪除文件夾 如存在,將 new2文件夾刪除 SourceFolder=c:\ipub\root\asptemp\chapter8\new1\new2 IF (SourceFolder) Then SourceFolder End If % 顯示文本夾下的所有內(nèi)容 ? 我們可以利用 Folder對(duì)象來列出文件夾下的所有文件和子文件夾 Folder對(duì)象的屬性 屬 性 說 明 Files 返回文件夾中的所有文件 Folder 返回文件夾中的所有子文件夾 Size 返回指定文件夾大小 % Dim myFileObject 39。定義一個(gè) FileSystemObject對(duì)象實(shí)例 Dim myFolder 39。定義一個(gè) Folde
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1