欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

VBS教程:對象-Folder 對象

 更新時(shí)間:2006年11月16日 00:00:00   作者:  

Folder 對象

提供對文件夾所有屬性的訪問。

說明

以下代碼舉例說明如何獲得 Folder 對象并查看它的屬性:

Function ShowDateCreated(folderspec)    Dim fso, f,     Set fso = CreateObject("Scripting.FileSystemObject")   Set f = fso.GetFolder(folderspec)  ShowDateCreated = f.DateCreatedEnd Function

相關(guān)文章

最新評論