Need to count specific files with specific extension “.png” for example plz
1 Like
Hi
This would help you resolve this
int_files = Directory.GetFiles(“yourfolderpath”,”*.png”).Count
Similarly we can mention any file type we want
Cheers @Soudios
Can you send me a picture plz ?
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.