Modification to own class

This commit is contained in:
Matt Nadareski
2020-12-10 14:11:35 -08:00
parent 8f67c3e525
commit dab6aaddf1
7 changed files with 54 additions and 43 deletions

View File

@@ -10,11 +10,12 @@ using SabreTools.FileTypes;
using SabreTools.IO;
using SabreTools.Logging;
// This file represents all methods related to populating a DatFile
// from a set of files and directories
namespace SabreTools.DatFiles
{
// TODO: See if any of the methods can be broken up a bit more neatly
/// <summary>
/// This file represents all methods related to populating a DatFile
/// from a set of files and directories
/// </summary>
public class DirFromDat
{
#region Logging