G6PKBNF33UCCSVQYR4XRGHH4DHQFWJLTXEBKRFPAAECERWTIC6PAC
local path = Directory
local dir = dirname(prefix)
local visible_dir = dir
if dir ~= './' then
path = path..'/'..dir
else
visible_dir = ''
local path = 'data/'
local visible_dir = ''
if prefix:find('/') then
visible_dir = dirname(prefix)
path = path..dirname(prefix)