当前位置:编程学习 > VB >>

目录下文件名获取并判断 循环执行代码【基础】

本帖最后由 dogout 于 2011-12-18 19:52:16 编辑
Set FSO = CreateObject("Scripting.FileSystemObject")
    Set Directory = FSO.GetFolder(DBPath)
        For Each FileName In Directory.Files
            WScript.Echo FileName.Name
        Next
        Set FileName = Nothing
    Set Directory = Nothing
Set FSO = Nothing
补充:VB ,  基础类
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,