diff --git a/SabreHelper/Style.cs b/SabreHelper/Style.cs index 8d5c2323..9eb79c88 100644 --- a/SabreHelper/Style.cs +++ b/SabreHelper/Style.cs @@ -140,6 +140,12 @@ namespace SabreTools.Helper return input; } + /// + /// Generate a proper outfile name based on a DAT and output directory + /// + /// Output directory + /// DAT information + /// String representing the proper name public static string CreateOutfileName(string outDir, DatData datdata) { // Double check the outdir for the end delim