rename

Just like std.file.rename, but optionally takes Path, and obeys scriptlikeEcho and scriptlikeDryRun.

  1. void rename(PathT!C from, PathT!C to)
  2. void rename(char[] from, PathT!C to)
  3. void rename(PathT!C from, char[] to)
    void
    rename
    (
    C
    )
    (
    in PathT!C from
    ,
    in char[] to
    )
    if (
    isSomeChar!C
    )
  4. void rename(char[] from, char[] to)

Meta