sorry bothering you for a simple 2 line script
what I would like is
1- select one file (google.csv)
run script
the files gets moved to a folder already populated by
google_contacts_all_02.csv
google_contacts_all_03.csv
google_contacts_all_04.csv
google_contacts_all_05.csv
google_contacts_all_06.csv
google_contacts_all_07.csv
and the file gets renamed you guess it
google_contacts_all_08.csv
next time I do the script
google_contacts_all_09.csv
Have tried several times
with
moveto and then rename or renameitem
or the other way around
as I'm not a scripter, I used trial and error and went nowhere
thanks for helping me solving this
Calude
Code: Select all
moveto D:\CV_mes_documents\Document\google_contact_backs\
renameitem("google_contacts_all_", , , "01");
XYplorer Beta Club