New file processing

1. Need to grab the newest  file image_radar and move it to a folder Radar

2. Call a script

3. Delete file image_radar from folder Radar

4. ftp new file image_radar.png from radar_processed to ftp site

5. Delete image_radar.png from folder radar_processed

I don't understand how to get step one completed?

 

Here’s one way to do it:

Use a FileSet Define action to select the file you want and make sure you order the fileset by filedate
Use a FileSet Iterator action and in the OnAfterEachIteration call Action.Reset (this means that it’ll stop on the first file)
Under the FileSet Iterator action, put a Move Files(s) action to do the move to Radar folder.