刘韬 3 years ago
parent
commit
7372df52c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DataFusion/src/com/zskk/control/ViewController.java

+ 1 - 1
DataFusion/src/com/zskk/control/ViewController.java

@@ -83,7 +83,7 @@ public class ViewController extends Controller {
 //	                //文件名,不包含路径
 //	                String fileName = tempList[m].getName();
 //	               fileName2String = fileName2String+fileName+"**";
-	               File fin_floder = new File("/home/zskk/CFIND_XML/STUDYUID_2o2112131.xml");
+	               File fin_floder = new File("/home/lenovo/CFIND_XML/STUDYUID_2o2112131.xml");
 	       		// 创建从文件读取数据的FileInputStream流
 	       		FileInputStream fin;
 	       		try {