a few more testable file-system operations
[?]
Sep 8, 2023, 9:03 PM
HOWVSTWAVE7OYKR6AUQKF4LU4NHMGWGV4W6HRTXDQHE5P5YUE4VACDependencies
- [2]
ED4Z6ORCcleaner API for file-system access - [*]
3QNOKBFMbeginnings of a test harness - [*]
CUFW4EJLreorganize app.lua and its comments
Change contents
- edit in app.lua at line 293[5.4939][5.4939]
read = function(self)return App.filesystem[filename]end, - edit in app.lua at line 302[5.5001][5.5001]
function App.mkdir(dirname)-- nothing in test modeendfunction App.remove(filename)App.filesystem[filename] = nilend - edit in app.lua at line 449
App.mkdir = nativefs.createDirectoryApp.remove = nativefs.remove