Eh :/
This commit is contained in:
parent
a01931b5f8
commit
5f97fa0404
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ public class Installer
|
|||
|
||||
void CopyAll (DirectoryInfo source, DirectoryInfo destination, string wildcard, string[] exclude, int maxdepth = 4)
|
||||
{
|
||||
Console.WriteLine("{0}, {1}", source.FullName, destination.FullName);
|
||||
if (maxdepth <= 0) return;
|
||||
|
||||
DirectoryInfo[] subdirs = source.GetDirectories();
|
||||
|
|
Reference in a new issue