if string.find(file,".eps") then Doesn't Lua treat the second argument of string.find() as a Lua regexp? If so, the dot has to be quoted: if ...
確定! 回上一頁