NativePath, Editor, ToastMessageSink
This commit is contained in:
@@ -19,6 +19,7 @@ namespace FileTime.Providers.Local
|
||||
public string Name { get; } = "local";
|
||||
|
||||
public string? FullName { get; }
|
||||
public string? NativePath => null;
|
||||
public bool IsHidden => false;
|
||||
public bool IsLoaded => true;
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ namespace FileTime.Providers.Local
|
||||
public string Name { get; }
|
||||
|
||||
public string FullName { get; }
|
||||
public string? NativePath => File.FullName;
|
||||
|
||||
public IContentProvider Provider { get; }
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@ namespace FileTime.Providers.Local
|
||||
public string Name { get; }
|
||||
|
||||
public string FullName { get; }
|
||||
public string? NativePath => Directory.FullName;
|
||||
|
||||
public bool IsLoaded => _items != null;
|
||||
public SupportsDelete CanDelete { get; }
|
||||
|
||||
Reference in New Issue
Block a user