Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local baseProxy={
- __index={
- open=function(path, mode)
- return real_fs.open(rootDir..path,mode)--откуда rootDir?
- end
- }
- }
- proxies={}
- proxies[rootDir]=setmetatable({rootDir=rootDir},baseProxy)
Advertisement
Add Comment
Please, Sign In to add comment