|  | @@ -253,12 +253,12 @@ public class DockerExe {
 | 
											
												
													
														|  |                  .withReadOnly(false);
 |  |                  .withReadOnly(false);
 | 
											
												
													
														|  |          List<Mount> am =new ArrayList<>();
 |  |          List<Mount> am =new ArrayList<>();
 | 
											
												
													
														|  |          am.add(wokerMount);
 |  |          am.add(wokerMount);
 | 
											
												
													
														|  | -        String hdfFile =directory+"/"+file.getFilename().replace(".cgns","_hdf5.cgns");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        String hdfFile =directory+"/"+file.getFilepath().replace(".cgns","_hdf5.cgns");
 | 
											
												
													
														|  |          File hdf =new File(hdfFile);
 |  |          File hdf =new File(hdfFile);
 | 
											
												
													
														|  |          if(!hdf.exists()){
 |  |          if(!hdf.exists()){
 | 
											
												
													
														|  |              hdf.createNewFile();
 |  |              hdf.createNewFile();
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  | -        String jsonFile =directory+"/"+file.getFilename().replace(".cgns","_data.json");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        String jsonFile =directory+"/"+file.getFilepath().replace(".cgns","_data.json");
 | 
											
												
													
														|  |          File json =new File(jsonFile);
 |  |          File json =new File(jsonFile);
 | 
											
												
													
														|  |          if(!json.exists()){
 |  |          if(!json.exists()){
 | 
											
												
													
														|  |              json.createNewFile();
 |  |              json.createNewFile();
 | 
											
										
											
												
													
														|  | @@ -309,7 +309,7 @@ public class DockerExe {
 | 
											
												
													
														|  |          List<Mount> am =new ArrayList<>();
 |  |          List<Mount> am =new ArrayList<>();
 | 
											
												
													
														|  |          am.add(wokerMount);
 |  |          am.add(wokerMount);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        String jsonFile =directory+"/"+file.getFilename().replace(".bdf","_data.json");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        String jsonFile =directory+"/"+file.getFilepath().replace(".bdf","_data.json");
 | 
											
												
													
														|  |          File json =new File(jsonFile);
 |  |          File json =new File(jsonFile);
 | 
											
												
													
														|  |          if(!json.exists()){
 |  |          if(!json.exists()){
 | 
											
												
													
														|  |              json.createNewFile();
 |  |              json.createNewFile();
 |