I loop in a folder, and show the file name in MessageBox,
filename is HOT_20.3_20220107.zip
There is only one file in the folder.
It shows Message Box twice.
Also why does it show 2 messageBox, whats desktop.ini?
in first messagebox, it shows desktop.ini
second messagebox, it shows HOT_20.3_20220107.zip
I download this file by clicking on a link.
and I use Loop while doesnt exist at C:\Users\botcreator3\Downloads\$vfileName$
Delay(2second)
so it will wait till the file gets downloaded. I have the file in Downloads, but it goes into the folder, It shouldnt get into this Loop, since the folder has the file
It never sees the file, because it stays in Loop forever.