disk drive listfiles

This commit is contained in:
minjaesong
2020-11-06 12:41:08 +09:00
parent 0000311e07
commit a4ec779b03
2 changed files with 55 additions and 3 deletions

View File

@@ -193,6 +193,10 @@ shell.coreutils = {
_TVDOS.variables[key] = value;
}
}
},
dir: function(args) {
let path = (args[1] !== undefined) ? args[1] : "\\"+shell_pwd.join("\\");
throw Error("TODO");
}
};
Object.freeze(shell.coreutils);