7KZSRDTQKU42FB4RXCCWY23MWNCILGR7HUJ7EUAJ3I6DIW2ZJCCAC
if Current_app == nil or Current_app == 'run' then
return {
write = function(self, ...)
local args = {...}
for i,s in ipairs(args) do
App.filesystem[filename] = App.filesystem[filename]..s
end
end,
close = function(self)
end,
}
elseif Current_app == 'source' then
return {
write = function(self, s)
end,
close = function(self)
end,
}
end
end,
close = function(self)
end,
}