4748495051525354555657
Location location = null; if ( file.exists() ) { location = new FileLocation( file, locationSpecification ); } else { messageHolder.addMessage( "File: " + file.getAbsolutePath() + " does not exist." ); }