how to pick all image without opening a folder
loginerror
(Maciej Kuźmicz)
2
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:
Rashmi
(Rashmi Pareek)
3
@Rohitchauhan
Directory.GetFiles(“Give Folder path”,“*.png”) and make it in a loop you will get all the .png files from particular folder.