Home / Lua / Shared / io / createdir


Returns    none
Prototype    io.createdir(string name)
Description    Creates the directory with the specified name.

Example

io.createdir("Test/")

Additional Notes

  • The path is relative to the module directory.