Click or drag to resize

FileHelpersCopyFilesRecursively Method

Overload List
  NameDescription
Public methodStatic memberCopyFilesRecursively(String, String)
Copy all the files found from one root folder to the target folder. This is a recursive function, and it will keep the relative folder structure as it copies.
Public methodStatic memberCopyFilesRecursively(String, String, String)
Copy all the files found with the wildcard from one root folder to the target folder. This is a recursive function, and it will keep the relative folder structure as it copies.
Top
See Also