You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.out.println("The directory "+SZSTATICDIR+" was not found."+
"Directory not found");
}
else
{
staticsourceArray = newString[children.length+1];
staticsourceArray[0] = "User Provided";
for (inti=0; i<children.length; i++)
{
// Get filename of file or directory
staticsourceArray[i+1] =children[i];
}
}
Checks whether the directory from which SDREM is run contains a subdirectory named TFInput. The DREM GUI needs this but SDREM does not. The code can likely be removed safely but should be tested.
The text was updated successfully, but these errors were encountered:
This code
sdrem/code/drem/sourcecode/edu/cmu/cs/sb/drem/DREM_IO_Batch.java
Lines 187 to 202 in e8a9acd
Checks whether the directory from which SDREM is run contains a subdirectory named
TFInput
. The DREM GUI needs this but SDREM does not. The code can likely be removed safely but should be tested.The text was updated successfully, but these errors were encountered: