FilePath.copy

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

  1. inout(FilePath) copy(const(char)[] source)
  2. inout(FilePath) copy(const(FilePath) src)
    class FilePath
    final inout
    inout(FilePath)
    copy
    (
    const(FilePath) src
    )

Meta