String path2 = "c:\\1";
File temp = new File(path2);
      if(!temp.isDirectory()) temp.mkdir();