📜  辨别给定路径 vb.net 的文件和文件夹 - VBA 代码示例

📅  最后修改于: 2022-03-11 14:51:57.010000             🧑  作者: Mango

代码示例1
Dim isDir As Boolean = (System.IO.File.GetAttributes(path) And 
        System.IO.FileAttributes.Directory) = FileAttributes.Directory