add comment summary to clarify the shared Copy command

This commit is contained in:
Jeremy Wu 2020-07-22 08:19:35 +10:00
parent 2c4eeb00bd
commit e2dff94f7c

View file

@ -11,6 +11,12 @@ namespace Flow.Launcher.Plugin.SharedCommands
private const string FileExplorerProgramEXE = "explorer.exe";
/// <summary>
/// Copies the folder and all of its files and folders
/// including subfolders to the target location
/// </summary>
/// <param name="sourcePath"></param>
/// <param name="targetPath"></param>
public static void Copy(this string sourcePath, string targetPath)
{
// Get the subdirectories for the specified directory.