}
public void setStatus(int s) {
switch (s) {
case 0:
ListRootFiles first = new ListRootFiles(
"Seleccione un sistema de archivos");
Display.getDisplay(m).setCurrent(first);
first.setCommandListener(this);
first.addCommand(exitCommand);
currentPath = null;
break;
case 1:
List p = (List) Display.getDisplay(m).getCurrent();