vb.net倍数 vbnet implements( 二 )


Dim str() As String = IO.Directory.GetDirectories(strPath)
'遍历该目录的子文件夹
For i = 0 To str.GetUpperBound(0)
AddDirectory(strPath, str(i), node)
Next
Catch ex As Exception
Debug.WriteLine(ex.Message)
End Try
node = Nothing
iDir = Nothing
End Sub
vb.net倍数的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于vbnet implements、vb.net倍数的信息别忘了在本站进行查找喔 。

推荐阅读