FS.copy

Transfer the content of another file to this one. Returns a reference to this class on success, or throws an IOException upon failure.

Note: Allocates a memory buffer.

  1. void copy(const(char)[] src, const(char)[] dst)
  2. void copy(const(char)[] source, const(char)[] dest)
    struct FS
    version(Posix)
    static
    void
    copy
    (
    const(char)[] source
    ,
    const(char)[] dest
    )

Meta