I'm trying to write a rhai script that would copy a folder of files into a specific space into the .hemttout/build folder, in a post-build hook, within the VFS. The passed functions from rust into rhai within the vfs path module don't seem to have read_dir and/or open_dir included.
I'm trying to write a rhai script that would copy a folder of files into a specific space into the
.hemttout/build
folder, in apost-build
hook, within the VFS. The passed functions from rust into rhai within the vfs path module don't seem to haveread_dir
and/oropen_dir
included.