20
Nhiều phần mở rộng tệp tìm kiếm Mô hình cho System.IO.Directory.GetFiles
Cú pháp để thiết lập nhiều phần mở rộng tệp như searchPatterntrên là Directory.GetFiles()gì? Ví dụ: lọc các tệp có phần mở rộng .aspx và .ascx . // TODO: Set the string 'searchPattern' to only get files with // the extension '.aspx' and '.ascx'. var filteredFiles = Directory.GetFiles(path, searchPattern); Cập …