Skip to main content

add_zmkdir

Function add_zmkdir 

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

Adds the zmkdir function to the Lua environment for creating directories.

ยงErrors

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