Lines Matching refs:path
73 public String path; field in FileExport.ContinuePoint
77 path = ""; in ContinuePoint()
101 public List<String> recursionfiles(File path, List<String> resultFileName) { in recursionfiles() argument
102 File[] files = path.listFiles(); in recursionfiles()
174 thepoint.path = ""; in getcontinuepoint()
195 thepoint.path = line; in getcontinuepoint()
256 File file = new File(thepoint.path); in testSaveAs()
297 String path = afile.getAbsolutePath(); in dotest() local
299 String extName = FileUtil.getFileExtName(path).toLowerCase(); in dotest()
323 sourceFile = new File(path); in dotest()
328 if(!Open(path)){ in dotest()
332 String newpath = getrealoutpath(path); in dotest()
339 if(!Open(path)) { in dotest()
347 if(!Open(path)) { in dotest()
358 private boolean Open(String path) throws Exception { in Open() argument
360 open(path); in Open()