คำถามติดแท็ก system.io.directory

20
หลายนามสกุลไฟล์ searchPattern สำหรับ System.IO.Directory.GetFiles
ไวยากรณ์สำหรับการตั้งค่าคืออะไรหลาย ๆ ไฟล์นามสกุลเป็นsearchPatternบนDirectory.GetFiles()? ยกตัวอย่างเช่นการกรองไฟล์ที่มีขอบและ.ascxนามสกุล // TODO: Set the string 'searchPattern' to only get files with // the extension '.aspx' and '.ascx'. var filteredFiles = Directory.GetFiles(path, searchPattern); อัปเดต : LINQ ไม่ใช่ตัวเลือกแต่จะต้องมีการsearchPatternส่งผ่านไปยังGetFilesตามที่ระบุในคำถาม
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.