搜索
移动文件/文件夹。
源路径,支持相对路径和绝对路径,支持使用通配符。
String
# 相对路径写法 from = "./runtime/lib.dll" # 绝对路径通配符写法 from = "${Desktop}/Visual Studio Code.lnk"
目标路径,支持相对路径和绝对路径。
to = "./bin"
可选 是否覆盖,缺省为 false。
false
bool
overwrite = true
from
to