Skip to main content

add_zrm

Function add_zrm 

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

Adds the zrm function to the Lua environment for removing files during uninstallation.

ยงErrors

Returns an error if the zrm function cannot be set in the global environment.