Skip to main content

add_zln

Function add_zln 

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

Adds the zln function to the Lua environment for creating symbolic links.

ยงErrors

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