Comeaway 1 Posted April 4, 2020 Report Share Posted April 4, 2020 AWS is keeps changing the file download name each time I download. Does anyone know how to identify that download name so I can change the name of the random file and move it? In other words, one download is contactas_;aiksjoiwt'oij.cxv, the second download is contacts_3405t978hjsa093745t.csv I have now way of identifying that download outside of the most resent download, thus I can not change the name or move it upload it back into Ubot. 1 Quote Link to post Share on other sites
HelloInsomnia 1103 Posted April 4, 2020 Report Share Posted April 4, 2020 Maybe use a regular expression, based on the input you gave try this: contact.+?\.c[a-z]v Quote Link to post Share on other sites
Comeaway 1 Posted April 4, 2020 Author Report Share Posted April 4, 2020 move file("C:\\Users\\glenn\\Downloads\\contact_export_.+?\\.c[a-z]v","C:\\Users\\glenn\\Documents\\Ubot\\Vulcan 7\\All In ONE\\Data\\One download list from Vulcan\\") wait(2) what does the . after contact doAlso what does the + doWhat does the ? mark do By the way how do you copy into this field? Quote Link to post Share on other sites
HelloInsomnia 1103 Posted April 4, 2020 Report Share Posted April 4, 2020 You would use this to find the file: http://wiki.ubotstudio.com/wiki/Find_Regular_Expression Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.