mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[doc] add description for CreateOutfileName
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user