Create directories (including full path requested), returns 0 on success
result = raylib.MakeDirectory("saves/slot1") if result == 0 then print "Directory created"
There was an error while loading. Please reload this page.