local arcfs = {} function arcfs.make(arc) local proxy = {} local function ni()return nil, "not implemented"end function proxy.exists(path) end end