Alfons 5
An update where I replace ol' inefficient filekit with a much more sane lpath. It comes with some small API changes described here:
- Compatibility with ComputerCraft has been removed. Alfons 5 is not compatible with it.
- Replaced filekit with lpath
fs
in the environment no longer points tofilekit
, but topath.fs
path
,fsinfo
andenv
have been added to the environment, corresponding topath
,path.info
andpath.env
respectively.
- Additions to the environment
safeOpen
: Open IO handles safelylistAll
: Returns a list of all files and directories recursively.copy
: Recursive file copydelete
: Recursive deleteisEmpty
: Checks if a directory is empty
- Changes to the environment
- All FS operations don't deal in absolute paths anymore
wildcard
andiwildcard
may exhibit slightly different behavior.