方法介绍

遍历目录 不包含子目录

方法名称:

类_文件.遍历目录

语法:

类_文件.遍历目录(path,filter)

参数

path:字符串,文件夹路径

filter:布尔型,true为返回文件夹名,false为返回文件名。不填默认为false

返回数组,返回包含文件名或者文件夹名的数组

require "懒人综合插件"

local path="/mnt/sdcard/"

while true do
    if 类_文件.文件是否存在(path)    then

        local ret=类_文件.遍历目录(path)   
        print(ret)

    else
        print("文件不存在")
    end
    sleep(2000)
end

Copyright © 湖南合鑫网络科技有限公司 2020 all right reserved,powered by Gitbook该文件修订时间: 2020-11-27 03:12:14

results matching ""

    No results matching ""