CPunch 4de274d760 added os.open(); new file object
eg.
```lua
local err, file = os.open("LICENSE.md")
if err then
    // do error handling stuff
end

// passing "a" to read() will read the whole file
print(file:read("a"))
```
2023-09-05 14:38:24 -05:00
..
2023-06-01 22:28:07 -05:00
2023-09-05 14:38:24 -05:00
2023-09-05 14:38:24 -05:00
2023-08-29 23:21:52 -05:00
2023-08-24 23:36:32 -05:00
2023-06-03 01:39:35 -05:00
2021-01-16 15:40:58 -06:00
2023-08-28 21:13:00 -05:00
2023-06-03 01:17:28 -05:00
2023-08-30 20:14:03 -05:00
2023-08-29 23:21:52 -05:00
2023-08-29 23:21:52 -05:00
2023-08-25 19:57:16 -05:00
2023-05-28 12:19:52 -05:00
2023-08-29 23:21:52 -05:00
2023-05-25 19:40:15 -05:00