prititit
(prititit)
1
How to count the files in a folder?
1996
(Neelima G)
2
Hi @prititit,
Try this below aticle it might help you:
Thanks,
Neelima.
jack.chan
(Jack Chan)
3
Use Directory.GetFiles(βpathβ).Count and assign it to an integer.
You cna also use Directory.GetDirectories(ββ¦β).Count to count the number of folders in a directory
3 Likes