C# Class Emul8.Utilities.FileCopier

显示文件 Open project: emul8/emul8 Class Usage Examples

Public Methods

Method Description
Copy ( string src, string dst, bool overwrite = false ) : void

Private Methods

Method Description
ioctl ( int d, ulong request, int a ) : int

Method Details

Copy() public static method

public static Copy ( string src, string dst, bool overwrite = false ) : void
src string
dst string
overwrite bool
return void