Closedown
This commit is contained in:
@@ -360,8 +360,8 @@ public class TestingList extends Panel {
|
||||
public void loadTests() throws FileNotFoundException, IOException{
|
||||
Properties prop = new Properties();
|
||||
String fileName = new java.io.File( "." ).getCanonicalPath()+ "\\home\\script\\tests\\devices\\";
|
||||
this.jTextField1.setText(fileName + "\n");
|
||||
/* File folder = new File(fileName);
|
||||
/* this.jTextField1.setText(fileName + "\n");
|
||||
File folder = new File(fileName);
|
||||
|
||||
File[] listOfFiles = folder.listFiles();
|
||||
for (File listOfFile : listOfFiles) {
|
||||
|
||||
Reference in New Issue
Block a user