Skip to content

Commit e2dff94

Browse files
committed
add comment summary to clarify the shared Copy command
1 parent 2c4eeb0 commit e2dff94

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ public static class FilesFolders
1111

1212
private const string FileExplorerProgramEXE = "explorer.exe";
1313

14+
/// <summary>
15+
/// Copies the folder and all of its files and folders
16+
/// including subfolders to the target location
17+
/// </summary>
18+
/// <param name="sourcePath"></param>
19+
/// <param name="targetPath"></param>
1420
public static void Copy(this string sourcePath, string targetPath)
1521
{
1622
// Get the subdirectories for the specified directory.

0 commit comments

Comments
 (0)