Skip to main content

add_fs_util

Function add_fs_util 

Source
pub fn add_fs_util(lua: &Lua) -> Result<(), Error>
Expand description

Adds general filesystem utilities to the UTILS.FS table.

ยงErrors

Returns an error if the UTILS table cannot be found or if setting the FS table fails.