public static DirectoryCopy ( string sourceFolderName, string destinationFolderName, bool copySubFolders ) : void | ||
sourceFolderName | string | Name of the source dir. |
destinationFolderName | string | Name of the dest dir. |
copySubFolders | bool | if set to |
return | void |