System.IO.FileSystem.CopyFile C# (CSharp) Метод

CopyFile() публичный абстрактный Метод

public abstract CopyFile ( string sourceFullPath, string destFullPath, bool overwrite ) : void
sourceFullPath string
destFullPath string
overwrite bool
Результат void
        public abstract void CopyFile(string sourceFullPath, string destFullPath, bool overwrite);
        public abstract void ReplaceFile(string sourceFullPath, string destFullPath, string destBackupFullPath, bool ignoreMetadataErrors);