mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Modification to own class
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -10,12 +10,22 @@ using SabreTools.Core;
|
||||
using SabreTools.DatItems;
|
||||
using SabreTools.Filtering;
|
||||
using SabreTools.IO;
|
||||
using SabreTools.Logging;
|
||||
|
||||
// This file represents all methods related to the Filtering namespace
|
||||
namespace SabreTools.DatFiles
|
||||
{
|
||||
public partial class DatTool
|
||||
public class Modification
|
||||
{
|
||||
#region Logging
|
||||
|
||||
/// <summary>
|
||||
/// Logging object
|
||||
/// </summary>
|
||||
private static readonly Logger logger = new Logger();
|
||||
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
/// Apply cleaning methods to the DatFile
|
||||
/// </summary>
|
||||
Reference in New Issue
Block a user