方法介绍

生成随机名称文件

方法名称:

类_文件.生成随机文件

语法:

类_文件.生成随机文件(path, prefix, postfix, len)

参数

path:字符串,文件夹路径

prefix:字符串,文件前缀

postfix:字符串,文件类型

len:整数型,随机字符长度

返回生成的文件路径

require "懒人综合插件"

local path="/mnt/sdcard/"
while true do
    if 类_文件.文件是否存在(path)    then

        local ret=类_文件.生成随机文件(path,"log_",".txt",6)   
        print(ret)

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

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

results matching ""

    No results matching ""