Hey guys, writing something simple to see if a file exists and print a string if it does, not sure what is wrong with it though.


import java.util.*;

/**
*
* @author root
*/
public...