[FileTools] Rename ArchiveTools to FileTools

This commit is contained in:
Matt Nadareski
2016-08-29 16:52:55 -07:00
parent 5a7d7a2e1a
commit 2c6819cec4
5 changed files with 28 additions and 28 deletions

View File

@@ -11,7 +11,7 @@ using System.Text.RegularExpressions;
namespace SabreTools.Helper
{
public class ArchiveTools
public class FileTools
{
#region Archive Writing
@@ -573,7 +573,7 @@ namespace SabreTools.Helper
#endregion
#region Archive Information Methods
#region File Information Methods
/// <summary>
/// Generate a list of RomData objects from the header values in an archive
@@ -828,7 +828,7 @@ namespace SabreTools.Helper
shouldExternalProcess = true;
shouldInternalProcess = true;
ArchiveType? archiveType = ArchiveTools.GetCurrentArchiveType(input, logger);
ArchiveType? archiveType = FileTools.GetCurrentArchiveType(input, logger);
switch (archiveType)
{
case null: