메소드 | 설명 | |
---|---|---|
CopyDirectory ( string source, string target ) : void | ||
CopyFilesRecursively ( |
||
CopyFilesRecursively ( string source, string target, bool createTarget ) : void |
public static CopyDirectory ( string source, string target ) : void | ||
source | string | |
target | string | |
리턴 | void |
public static CopyFilesRecursively ( |
||
source | ||
target | ||
overwrite | bool | |
리턴 | void |
public static CopyFilesRecursively ( string source, string target, bool createTarget ) : void | ||
source | string | |
target | string | |
createTarget | bool | |
리턴 | void |