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. FilePath copy(cstring source)
  2. FilePath copy(FilePath src)
    class FilePath
    final
    copy

Meta