Ensure is a simple utility that takes a list of file names, one per line. It ensures each one exists and issues an error message if it does not. You run it like this: java -jar ensure.jar ensure.csv where ensure.csv is the list of file names. The icon is meant to suggest ticking off a list of files to make sure they are present.