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
|
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,
|
TotalSize = dirSize,
|
||||||
RomCount = dirRom,
|
RomCount = dirRom,
|
||||||
DiskCount = dirDisk,
|
DiskCount = dirDisk,
|
||||||
@@ -5313,7 +5313,7 @@ namespace SabreTools.Helper
|
|||||||
{
|
{
|
||||||
DatFile dirdat = new DatFile
|
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,
|
TotalSize = dirSize,
|
||||||
RomCount = dirRom,
|
RomCount = dirRom,
|
||||||
DiskCount = dirDisk,
|
DiskCount = dirDisk,
|
||||||
|
|||||||
Reference in New Issue
Block a user