Need to count every picture i screen shoot at the end of process on a pop up message

Need to count every picture i screen shoot at the end of process on a pop up message

Hi @Soudios
Arr_Files=Directory.GetFiles(folderpath of the image)

use for for each item in arr_files

use Message Box and say it as Item.ToString.Count

Thanks
Ashwin S

1 Like

Can you send me a picture plz ?

@Soudios,

You can try with an assign activity with integer variable with the following code depends on your need.

// searches the current directory and sub directory
Directory.GetFiles(yourIamgeDirPath, "*", SearchOption.AllDirectories).Length

// searches the current directory
Directory.GetFiles(yourIamgeDirPath, "*", SearchOption.TopDirectoryOnly).Length

can you send me a picture with the all process plz ?

i don’t know how to do that plz

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