mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Make directories more noticable in outputs
This commit is contained in:
@@ -5237,7 +5237,7 @@ namespace SabreTools.Helper
|
||||
|
||||
DatFile lastdirdat = new DatFile
|
||||
{
|
||||
FileName = lastdir.Remove(0, basepath.Length + (basepath.Length == 0 ? 0 : 1)),
|
||||
FileName = "DIR: " + HttpUtility.HtmlEncode(lastdir.Remove(0, basepath.Length + (basepath.Length == 0 ? 0 : 1))),
|
||||
TotalSize = dirSize,
|
||||
RomCount = dirRom,
|
||||
DiskCount = dirDisk,
|
||||
@@ -5313,7 +5313,7 @@ namespace SabreTools.Helper
|
||||
{
|
||||
DatFile dirdat = new DatFile
|
||||
{
|
||||
FileName = lastdir.Remove(0, basepath.Length + (basepath.Length == 0 ? 0 : 1)),
|
||||
FileName = "DIR: " + HttpUtility.HtmlEncode(lastdir.Remove(0, basepath.Length + (basepath.Length == 0 ? 0 : 1))),
|
||||
TotalSize = dirSize,
|
||||
RomCount = dirRom,
|
||||
DiskCount = dirDisk,
|
||||
|
||||
Reference in New Issue
Block a user