import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { rename } = fn;
Rename the file by the name {from} to the name {to}. This
should also work to move files across file systems. The
result is a Number, which is 0 if the file was renamed
successfully, and non-zero when the renaming failed.
NOTE: If {to} exists it is overwritten without warning.
This function is not available in the sandbox
.
Can also be used as a method
:
GetOldName()->rename(newname)