[DatFile] Fix allowing for the output folder for DFD

This commit is contained in:
Matt Nadareski
2016-10-19 20:58:28 -07:00
parent 548f2f4b39
commit 8801d826fb
3 changed files with 9 additions and 3 deletions

View File

@@ -4992,6 +4992,7 @@ namespace SabreTools.Helper
/// <param name="addBlanks">True if blank items should be created for empty folders, false otherwise</param>
/// <param name="addDate">True if dates should be archived for all files, false otherwise</param>
/// <param name="tempDir">Name of the directory to create a temp folder in (blank is current directory)</param>
/// <param name="outDir">Output directory to </param>
/// <param name="copyFiles">True if files should be copied to the temp directory before hashing, false otherwise</param>
/// <param name="headerToCheckAgainst">Populated string representing the name of the skipper to use, a blank string to use the first available checker, null otherwise</param>
/// <param name="maxDegreeOfParallelism">Integer representing the maximum amount of parallelization to be used</param>