System.IO.FileSystem.CopyFile C# (CSharp) Méthode

CopyFile() public abstract méthode

public abstract CopyFile ( string sourceFullPath, string destFullPath, bool overwrite ) : void
sourceFullPath string
destFullPath string
overwrite bool
Résultat void
        public abstract void CopyFile(string sourceFullPath, string destFullPath, bool overwrite);
        public abstract void ReplaceFile(string sourceFullPath, string destFullPath, string destBackupFullPath, bool ignoreMetadataErrors);