string[] files = Directory.GetFiles(@"\\directory1\storage\folder1\", "*.*", SearchOption.AllDirectories);
Tham khảo: http://www.codeproject.com/Questions/322056/search-files-in-directory-Csharp
Blog đang chỉnh sửa
string[] files = Directory.GetFiles(@"\\directory1\storage\folder1\", "*.*", SearchOption.AllDirectories);
0 comments:
Post a Comment