I need to use get file info activity to know the extension of the file.
The folder ALWAYS contains 1 file however I don’t know the file name.
What do I type here?
folderdownloads = my variable with directory to downloads folder and then I would like to add “any file” (As there will be always one)) but I don’t know how. Help
Note that what you’ve done here will only pop up a message box for the extension of the last file in the folder, because the Message Box activity is outside the loop.