Create a directory (also create parent directories as required).
Parameters
fullPath string
Return value
none
Example
-- create "Level 2" subfolder in "C:\Temp\Level 1\" -- If "C:\Temp" or "C:\Temp\Level 1\" do not exist they are created autmatically.
io.createDirectory("C:\Temp\Level 1\Level 2\")