f= "web_ide.lc" if file.exists(f)==false then print("no exist") end --[[ f= "web_ide.lua" if file.exists(f) then dofile(f) end node.compile("hello.lua") f= "web_ide.lc" if file.exists(f) then dofile(f) end ]]