Package | Description |
---|---|
cn.hutool.core.io.file |
对文件读写的封装,包括文件拷贝、文件读取、文件写出、行处理等
|
Modifier and Type | Method and Description |
---|---|
static PathMover |
PathMover.of(Path src,
Path target,
boolean isOverride)
创建文件或目录移动器
|
static PathMover |
PathMover.of(Path src,
Path target,
CopyOption[] options)
创建文件或目录移动器
|
Copyright © 2024. All rights reserved.