Skip to main content

add_zchmod

Function add_zchmod 

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

Adds the zchmod function to the Lua environment for changing file permissions.

ยงErrors

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