Sftp, fullname+nativepath refactor

This commit is contained in:
2022-02-17 23:24:41 +01:00
parent 15dc956064
commit 5072d828e6
30 changed files with 772 additions and 51 deletions

View File

@@ -32,6 +32,8 @@ namespace FileTime.Core.Timeline
public bool IsDestroyed => false;
public bool SupportsContentStreams => false;
public string Protocol => "time2://";
public TimeProvider(PointInTime pointInTime)
{
_pointInTime = pointInTime;