/** Initialize an instance of a <tt>HammerStats</tt> with the default stats directory path. */
  public HammerStats() {
    /*
    this( System.getProperty(Main.PNAME_SC_HOME_DIR_LOCATION)
        + File.separator
        + System.getProperty(Main.PNAME_SC_HOME_DIR_NAME)
        + File.separator
        + HammerStats.STATS_DIR_NAME);
        */

    this(System.getProperty("user.home") + "/Desktop/stats");
  }