方法介绍

提取路径中包含的文件名

方法名称:

类_文件.提取文件名

语法:

类_文件.提取文件名(path)

返回路径中包含的文件名

require "懒人综合插件"

local path="/mnt/sdcard/test.txt"
local ret=类_文件.写入文件(path,"123\r\n456\r\n789\r\nabc",true)        
 print(ret)
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 02:46:18

results matching ""

    No results matching ""