I am trying to use a python script to move files from one folder to another. In the bot, I have it set up in a loop with the 'file in folder' condition where the file name and extension are saved as variables, and I want to use these variables when writing out the source and destination paths in my script. Is there any way that I can use these variables in a python script without needing to explicitly say what the name and extension of the file I'm trying to move is?
Any help would be much appreciated.