For n = 0 To fileList.Size-1 file1 = fileList.Get(n) If file1.EndsWith(".jpg") Then ListView1.AddSingleLine(file1) asd.Append(file1) '...
確定! 回上一頁