From e2dff94f7c1f07a44f56e9c5b9384626e48c4b08 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 22 Jul 2020 08:19:35 +1000 Subject: [PATCH] add comment summary to clarify the shared Copy command --- Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs index 98cd777aa..c2ead6c9c 100644 --- a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs +++ b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs @@ -11,6 +11,12 @@ namespace Flow.Launcher.Plugin.SharedCommands private const string FileExplorerProgramEXE = "explorer.exe"; + /// + /// Copies the folder and all of its files and folders + /// including subfolders to the target location + /// + /// + /// public static void Copy(this string sourcePath, string targetPath) { // Get the subdirectories for the specified directory.