mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add comment summary to clarify the shared Copy command
This commit is contained in:
parent
2c4eeb00bd
commit
e2dff94f7c
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue