JVS7DDA3I6U4KDZWVXNZKNLHPVTC7BXW6XU3F6DOVCMYWWDSNCAAC
JW7O3UZDMKOZSC4RPAOXLQ4J2IDSQT2FUSPY5U6YBAAPIFW4LHOQC
GQBUV2XOMEPMTXMPCBQWGGIUXGQDX77VTGPFIG6YT7G64ASOYHXQC
3GSGEHXSTYJLYCY5ZKHVHLAYL5ZUN6FPVZ52FZK5X3GZNRSCKI3QC
G6PKBNF33UCCSVQYR4XRGHH4DHQFWJLTXEBKRFPAAECERWTIC6PAC
if file_exists(Directory..prefix) then
--? print('-- '..prefix) local info = love.filesystem.getInfo(Directory..prefix)--? print(info)--? if info then--? print(info.type)--? end if info and info.type == 'file' then
--? print('-- '..prefix)
local info = love.filesystem.getInfo(Directory..prefix)
--? print(info)
--? if info then
--? print(info.type)
--? end
if info and info.type == 'file' then
if prefix:find('/') then
if info and info.type == 'directory' then if prefix:sub(#prefix) == '/' then visible_dir = prefix else visible_dir = prefix..'/' end path = path..visible_dir elseif prefix:find('/') then
if info and info.type == 'directory' then
if prefix:sub(#prefix) == '/' then
visible_dir = prefix
else
visible_dir = prefix..'/'
end
path = path..visible_dir
elseif prefix:find('/') then
path = path..dirname(prefix)
--? print('path:', path)
local base = basename(prefix)
--? print(#files, 'files') local base if info and info.type == 'directory' then base = '' else base = basename(prefix) end
--? print(#files, 'files')
local base
base = ''
base = basename(prefix)