Skip to main content

add_zchown

Function add_zchown 

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

Adds the zchown function to the Lua environment for changing file ownership.

ยงErrors

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