C# 클래스 Emul8.Utilities.FileCopier

파일 보기 프로젝트 열기: emul8/emul8 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( string src, string dst, bool overwrite = false ) : void

비공개 메소드들

메소드 설명
ioctl ( int d, ulong request, int a ) : int

메소드 상세

Copy() 공개 정적인 메소드

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