Class FileUtil
java.lang.Object
com.bluebell.greenhouse.platform.util.file.FileUtil
Utility class for File system operations.
- Version:
- 1.0.1
- Author:
- Stephen Prizio
-
Method Summary
-
Method Details
-
unzipFile
Unzips the file to the given destination directory.- Parameters:
pathToZip- path to zipdestinationDirectory- destination- Returns:
- directory containing the zipped file
- Throws:
IOException- io exception
-
isValidCsvFile
-