My script generates multiple files that contain random names based on the info it extracts. I created this test to try and move all new files created while running into a new directory named after the file being ran. When I use os.popen(“mv ” + moveFiles +’ ‘ + filename + “_dir”) it works just fine, but os.popen is considered