Image automation 34

how to pick all image without opening a folder

Hi @Rohitchauhan

Could you specify what do you mean by “pick all images”?
Do you mean to read all paths to files in a folder?

If so, please refer to these topic for more reference:

@Rohitchauhan

Directory.GetFiles(“Give Folder path”,“*.png”) and make it in a loop you will get all the .png files from particular folder.