OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

Add method to copy a folder. #116

Closed smalers closed 3 years ago

smalers commented 3 years ago

A method is needed to copy a folder, used by TSTool to copy previous version's configuration files.

smalers commented 3 years ago

I added the IOUtil.copyDirectory method. Close this issue.