- Timestamp:
- 08/10/12 14:25:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudio.java
r370 r371 223 223 224 224 //move the files to unique subfolder 225 String cmd = new String[2];225 String[] cmd = new String[2]; 226 226 cmd[0] = "mkdir"; 227 227 cmd[1] = inputLocation + "/" + uniqueFolderName;
Note: See TracChangeset
for help on using the changeset viewer.