Need to count all documents in a file

Need to count all documents in a file, can you send me a picture of the process plz ?

You mean to say in a folder right

Thanks
Ashwin.S

If the Question is to get the file count within a folder,here is the way:

ArrayofFiles: Directory.Getfiles(“Your folder path”)

This will return array of string

Count = ArrayofFiles.count.ToString

Yes in a folder sorry, can you send me a picture plz ?

If this solved your question, please mark it as solution.

Thanks

Yes its perfect thank you !

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.