count the number of files c# code example Example: c# get number of files in directory int count = System.IO.Directory.EnumerateFiles(String path).Count();