Achilles.Acme.Storage.IO.File.Copy C# (CSharp) Метод

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

public static Copy ( string sourceFileName, string destFileName ) : void
sourceFileName string
destFileName string
Результат void
        public static void Copy( string sourceFileName, string destFileName )
        {
            Copy( sourceFileName, destFileName, true );
        }

Same methods

File::Copy ( string sourceFileName, string destFileName, bool overwrite ) : void