跳到主要内容

copy_path

复制目录

声明

void copy_path(string src_path, string dst_path, string pattern = "**", bool build = true)

参数

参数名描述
src_path目录源路径
dst_path目录目标路径
pattern文件匹配模式
build是否执行内容处理

返回值

使用方式

返回文档