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