copy

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

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

Meta