1local function
ls(src_path)
2 local ls_cmd = io.popen(
'ls -1 '..src_path)
7 local
line = ls_cmd:read()
8 ls_files[
#ls_files + 1] = line
16local function
clear(src_path)
17 if
os.execute('rm -'..'-
version > /dev/null 2> /dev
18 os.execute('mkdir -p '..src_path)
19 os.execute('rm -Rf '..src_path..'
local function move(src_in, dist_out)
local function ls(src_path)
local function clear(src_path)
local function line(x1, y1, x2, y2)