OC-MultICE/modules/library/fs-min.lua

7 lines
202 B
Lua
Raw Normal View History

fT = {}
function fres(p)
2017-04-23 19:05:16 +10:00
local F = (p:match("(%a-):") or p:match("/?(%a-)/"))
local P = (p:match("%a-:(.+)") or p:match("/?%a-/(.+)"))
if fT[F] ~= nil then return fT[fid],P else return false end
end