Click or drag to resize

Utils_FileCopyDirectoryContent Method

Overload List
  NameDescription
Public methodStatic memberCopyDirectoryContent(String, String)

Copies the content of a directory to another.

This is done recursively but the code is not recurcive.

All directories are ensured first, then all files are copied.

Public methodStatic memberCopyDirectoryContent(String, String, Boolean)

Copies the content of a directory to another.

This is done recursively but the code is not recurcive.

All directories are ensured first, then all files are copied.

Top
See Also