1
0
mirror of synced 2025-02-20 20:51:35 +01:00

Some archive fixes

This commit is contained in:
KillzXGaming 2019-07-21 14:58:57 -04:00
parent ba6fef722d
commit 571dad0776
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -247,6 +247,9 @@ namespace Toolbox.Library
private static string SetFullPath(TreeNode node, TreeNode root)
{
if (node.TreeView == null)
return node.Text;
string nodePath = node.FullPath;
int startIndex = nodePath.IndexOf(root.Text);
if (startIndex > 0)