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);