05-15-2014 01:22 PM
I will be taking multiple images and I need to analyze the most recent image and delete from the hard disk the older images.
Can someone please tell me how can I delete the older images from my hard disk, and use the most recent image, so it can be analyzed by the vision assistant.
Thanks in advance!
05-16-2014 08:38 AM
Hi nando88
You can build your own by using the functions in the File I/O pallete
Go to File/I/O "Build path"
Wire the base path (something like C:/mydir/subdir)
Wire a name like *.jpg
Go to File I/O -> Advanced "Delete"
Wire the output of the Build Path to the input of Del
This will delete all of the .jpg files in the path you specified.
Hope this information works for you!