Answers for "how to know nuber of files in directory c#"

C#
3

c# get number of files in directory

int count = System.IO.Directory.EnumerateFiles(String path).Count();
Posted by: Guest on October-25-2020

Code answers related to "how to know nuber of files in directory c#"

C# Answers by Framework

Browse Popular Code Answers by Language