Как получить количество файлов в каталоге с помощью c#.net
Привет,
Я хочу получить количество моих файлов в каталоге как например gmail может направлять или отправлять любые фрагменты
int fileCount = Directory.GetFiles(path, "*.*", SearchOption.AllDirectories).Length; // Will Retrieve count of all files in directry and sub directries int fileCount = Directory.GetFiles(path, "*.*", SearchOption.TopDirectory).Length; // Will Retrieve count of all files in directry but not sub directries int fileCount = Directory.GetFiles(path, "*.xml", SearchOption.AllDirectories).Length; // Will Retrieve count of files XML extension in directry and sub directries
5
этот код для подсчета файлов в папке отсутствует ...
но..
я хочу удалить все файлы в папке, но не недавно созданные 5 файлов
int fileCount = каталог.Заражен(путь, "\\окна\\\ ошибки winsxs\*.*", Searchoption указывает, нужно.TopDirectory).Длина;
- Что я могу сделать в этой ситуации ?
(на i7 с 6G оперативной памятью он работает около 5-14 секунд)