Files
raton4.0-source/Raton RAT/Raton/Windows/ClientFolderItem.cs
T

30 lines
766 B
C#
Raw Normal View History

2026-08-27 11:23:13 -06:00
// Decompiled with JetBrains decompiler
// Type: Raton.Windows.ClientFolderItem
// Assembly: Raton, Version=0.4.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 36C4E416-7F8D-4D23-930F-B5CCB0D810E7
// Assembly location: C:\Users\user\Desktop\v3.8.0 Deluxe Plugins (v4.0.0) cracked\Raton.exe
#nullable disable
namespace Raton.Windows;
public class ClientFolderItem
{
public string FolderName { get; set; }
public string FullPath { get; set; }
public string DepthLabel { get; set; }
public string ItemCount { get; set; }
public string LastModified { get; set; }
public string IconGlyph { get; set; }
public double IndentWidth { get; set; }
public int Depth { get; set; }
public bool IsFile { get; set; }
}