Add Parent to IItem

This commit is contained in:
2022-03-31 15:51:19 +00:00
parent ad5bedf339
commit df23235ce8
7 changed files with 33 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
namespace FileTime.Core.Models
{
public static class Constants
{
public const char SeparatorChar = '/';
public const string ContentProviderProtocol = "ctp://";
}
}

View File

@@ -8,6 +8,7 @@ namespace FileTime.Core.Models
string DisplayName,
FullName FullName,
NativePath NativePath,
FullName Parent,
bool IsHidden,
bool IsExists,
SupportsDelete CanDelete,

View File

@@ -8,6 +8,7 @@ namespace FileTime.Core.Models
string DisplayName,
FullName FullName,
NativePath NativePath,
FullName Parent,
bool IsHidden,
bool IsExists,
SupportsDelete CanDelete,