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


Folders 集合

包含在一個 Folder 對象中的所有 Folder 對象的集合

說明

以下代碼舉例說明如何獲得 Folders 集合并使用 For Each...Next 語句枚舉集合成員:

 Function ShowFolderList(folderspec) 
    Dim fso, f, f1, fc, s
    Set fso = CreateObject("Scripting.FileSystemObject")
    Set f = fso.GetFolder(folderspec)
    Set fc = f.SubFolders
    For Each f1 in fc
        s = s & f1.name 
        s = s & "<BR>"
    Next
    ShowFolderList = s
End Function

屬性

Count 屬性 | Item 屬性

方法

Add 方法

請參閱

Drive 對象 | Drives 集合 | File 對象 | Files 集合 | Folder 對象 | SubFolders 屬性