1
0
Fork 0
This commit is contained in:
JoshuaMKW 2020-08-26 18:30:35 -05:00
parent a01931b5f8
commit 5f97fa0404

View file

@ -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();