FS.copy

Transfer the content of another file to this one. Throws an IOException upon failure.

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

Meta