From 3f4edf1b79ee4ee5a73251930af641bcd0db225e Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sun, 20 Nov 2022 21:53:17 +0700 Subject: trial on Dual Window Manager --- ShiftOS-TheRevival/TerminalApplications/Internal/Com_Unzip.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal') diff --git a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Unzip.vb b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Unzip.vb index 37231fb..09be14b 100644 --- a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Unzip.vb +++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Unzip.vb @@ -84,7 +84,7 @@ Module Com_Unzip ' copy all the sub-directories by recursively calling this same routine Dim SubDir As DirectoryInfo For Each SubDir In SourceDir.GetDirectories() - NewLine("Copying " & SubDir.Name & "...") + NewLine("Copying '" & SubDir.Name & "' directory ...") CopyDirectory(SubDir.FullName, Path.Combine(DestDir.FullName, SubDir.Name), Overwrite) AddLine(" OK") -- cgit v1.2.3