mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make archives more distinct from normal folders
This commit is contained in:
@@ -173,11 +173,11 @@ namespace SabreTools.FileTypes
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Create an Folder object of the specified type, if possible
|
||||
/// Create an IFolder object of the specified type, if possible
|
||||
/// </summary>
|
||||
/// <param name="outputFormat">OutputFormat representing the archive to create</param>
|
||||
/// <returns>Archive object representing the inputs</returns>
|
||||
public static Folder? CreateFolderType(OutputFormat outputFormat)
|
||||
/// <returns>IFolder object representing the inputs</returns>
|
||||
public static IFolder? CreateFolderType(OutputFormat outputFormat)
|
||||
{
|
||||
return outputFormat switch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user