I've created this new object:
File dir = new File(userHome + "//data")
In another class, I want verify that 'dir' is a directory and if it isn't, throw an IllegalArgumentException.
My goal is to then locate specific file types in that directory (if a directory) and process them.