moveToDir

fun Pair<Path, Path>.moveToDir(dist: Path): Path?

dist.resolve(this.first.fileName).createDirectory()