Hi All, I have a script which creates two files overnight each night, and puts them on my desktop. The names of these files are something like Filename 2018-10-10 (1) and Filename 2018-10-10 (2).
Obviously these files' names change based on the then-current date. I'd like to create a macro to move these files daily to another Folder, let's call it Folder 2. Ideally I'd like to avoid AppleScript coding, and do it solely with KM if possible.
About those two files.... At the time I'll run this macro to move them,
-
They will be the two most recent files on the desktop
-
They'll be the only files on the desktop created today
-
They'll be the only files on the desktop with the word "Filename" in them
-
They'll be the only .csv files on the desktop
-
Unfortunately they won't be the only files on the desktop though, so I can't just sweep the entire contents of the Desktop to Folder 2.
Anyone got any ideas on how to select these two files with variable names and move them to Folder 2?
Thanks! --Tim