move File Physically
Moves a file to specified directory, physically method is used. See FileChannel.transferTo.
Parameters
file
The file that will be moved.
dir
The destination directory.
Moves a file to specified directory, physically method is used. See FileChannel.transferTo.
The file that will be moved.
The destination directory.