public Result<Integer> tryCopyTo(String toFilePath) { return tryCopyTo(toFilePath, FileAdapter.m(8)); }
public int copyTo(String toFilePath) { return copyTo(toFilePath, FileAdapter.m(8)); }