Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 504 Bytes

File metadata and controls

19 lines (13 loc) · 504 Bytes

FilesFolders.CopyAll method

Copies the folder and all of its files and folders including subfolders to the target location

public static void CopyAll(this string sourcePath, string targetPath)
parameter description
sourcePath
targetPath

See Also