文件是否存在

节点功能:用于检查 给定路径下的文件是否存在。Is File
节点中英文对比
文件是否存在
  • boolean
  • file_path
    file_name
    file_extension
    Is File Exist
  • boolean
  • file_path
    file_name
    file_extension
    文件是否存在 - 参数说明
    输出参数
    boolean
    返回布尔值,表示文件是否存在并为普通文件。
    控件参数
    file_path
    文件所在目录路径,例如 /path/to/folder。
    file_name
    文件名(不含扩展名),例如 image。
    file_extension
    文件扩展名(不含点号),例如 jpg、json 等。
    暂无节点说明
    节点列表 首页