add a helper and update some docs
Dependencies
- [2]
HOWVSTWAa few more testable file-system operations - [3]
N2NUGNN4include a brief reference enabling many useful apps - [4]
ED4Z6ORCcleaner API for file-system access - [5]
FPY4LO2Wmake a few names consistent with snake_case - [*]
3QNOKBFMbeginnings of a test harness
Change contents
- replacement in reference.md at line 368
* `love.filesystem.getInfo(filename)` -- returns some information about* `App.file_info(filename)` -- returns some information about - replacement in reference.md at line 372
* `os.remove(filename)` -- removes a file or empty directory. Definitely make* `App.mkdir(path)` -- creates a directory. Make sure `path` is absolute.(From [LÖVE](https://love2d.org/wiki/love.filesystem.remove).]* `App.remove(filename)` -- removes a file or empty directory. Definitely make - replacement in reference.md at line 377
(From [Lua](https://www.lua.org/manual/5.1/manual.html#pdf-os.remove).)(From [LÖVE](https://love2d.org/wiki/love.filesystem.remove).] - edit in app.lua at line 513
App.file_info = nativefs.getInfo