| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.core.io.file |
对文件读写的封装,包括文件拷贝、文件读取、文件写出、行处理等
|
| 限定符和类型 | 方法和说明 |
|---|---|
static PathMover |
PathMover.of(Path src,
Path target,
boolean isOverride)
创建文件或目录移动器
|
static PathMover |
PathMover.of(Path src,
Path target,
CopyOption[] options)
创建文件或目录移动器
|
Copyright © 2023. All rights reserved.