Astra IO
Astra provides some IO functionality to help extend the standard library. This is included by default and not as a utility.
Relative imports
You can use the require function to include code and modules relatively. For example:
local mylib = require("./folder/lib")
AstraIO
Is a global table that contains the IO functions. The current list is as follows:
get_metadataread_dirget_current_dirget_script_pathchange_direxistscreate_dircreate_dir_allremoveremove_dirremove_dir_all