How move and during that rename file

Hello guys!
How I can move file having his path(ex. /home/file.txt) and during that change his name?

Maybe File.rename?

https://hexdocs.pm/elixir/File.html#rename/2

Very nice, thanks a lot, man!