We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4eeb0 commit e2dff94Copy full SHA for e2dff94
Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs
@@ -11,6 +11,12 @@ public static class FilesFolders
11
12
private const string FileExplorerProgramEXE = "explorer.exe";
13
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>
20
public static void Copy(this string sourcePath, string targetPath)
21
{
22
// Get the subdirectories for the specified directory.
0 commit comments