Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# get number of files in directory

int count = System.IO.Directory.EnumerateFiles(String path).Count();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #number #files #directory
ADD COMMENT
Topic
Name
1+1 =