LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Delete older images

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!

0 Kudos
Message 1 of 2
(2,237 Views)

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!

Luis CT
0 Kudos
Message 2 of 2
(2,202 Views)