currentPath = "file:///" + path;
}
Display.getDisplay(m).setCurrent(fileList);
fileList.setCommandListener(this);
fileList.addCommand(backCommand);
fileList.addCommand(editTagCommand);
break;
}
case 2:
List l = (List) Display.getDisplay(m).getCurrent();