C# Class System.IO.Tests.FileInfo_CopyTo_str_b

Inheritance: System.IO.Tests.File_Copy_str_str_b
显示文件 Open project: lodejard/AllNetCore

Public Methods

Method Description
Copy ( string source, string dest ) : void
Copy ( string source, string dest, bool overwrite ) : void

Method Details

Copy() public method

public Copy ( string source, string dest ) : void
source string
dest string
return void

Copy() public method

public Copy ( string source, string dest, bool overwrite ) : void
source string
dest string
overwrite bool
return void