[doc] add description for CreateOutfileName

This commit is contained in:
Matt Nadareski
2016-05-23 18:05:20 -07:00
parent 92d5337ac9
commit ca1694a1ca

View File

@@ -140,6 +140,12 @@ namespace SabreTools.Helper
return input; return input;
} }
/// <summary>
/// Generate a proper outfile name based on a DAT and output directory
/// </summary>
/// <param name="outDir">Output directory</param>
/// <param name="datdata">DAT information</param>
/// <returns>String representing the proper name</returns>
public static string CreateOutfileName(string outDir, DatData datdata) public static string CreateOutfileName(string outDir, DatData datdata)
{ {
// Double check the outdir for the end delim // Double check the outdir for the end delim