Skip to content

Instantly share code, notes, and snippets.

@octacian
Last active November 9, 2016 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save octacian/532fdffdcc4f139c272e916b1037141a to your computer and use it in GitHub Desktop.
Save octacian/532fdffdcc4f139c272e916b1037141a to your computer and use it in GitHub Desktop.
Lua IO Test
-- init.lua
local modpath = minetest.get_modpath("io")
minetest.log("action", modpath)
local f = io.open(modpath)
f:close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment