2010年10月6日 星期三

如何尋找檔案並取得該檔案的路徑

Dim s() As String = Directory.GetFiles("c:\winnt", "*.bmp", SearchOption.AllDirectories)
For i As Integer = 0 To s.Length - 1
Debug.WriteLine(s(i))
Next

沒有留言:

張貼留言