PreviousUpNext

5.5.50  Rename a file

Rename a file:

    winix::file::rename_file { from => "foo.txt", to => "bar.txt" };

Another way:

    posix::rename { old => "foo.txt", new => "bar.txt" };

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext