NativePath, Editor, ToastMessageSink
This commit is contained in:
@@ -17,6 +17,7 @@ namespace FileTime.Providers.Smb
|
||||
public string Name { get; }
|
||||
|
||||
public string? FullName { get; }
|
||||
public string? NativePath { get; }
|
||||
|
||||
public bool IsHidden => false;
|
||||
public bool IsLoaded => _items != null;
|
||||
@@ -40,6 +41,7 @@ namespace FileTime.Providers.Smb
|
||||
|
||||
Name = name;
|
||||
FullName = parent?.FullName == null ? Name : parent.FullName + Constants.SeparatorChar + Name;
|
||||
NativePath = SmbContentProvider.GetNativePath(FullName);
|
||||
Provider = contentProvider;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user