CopyCommand WIP
This commit is contained in:
@@ -50,4 +50,7 @@ public class AbsolutePath
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
public AbsolutePath GetChild(string childName, AbsolutePathType type)
|
||||
=> new (TimelessProvider, PointInTime, Path.GetChild(childName), type);
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
namespace FileTime.Core.Models.Extensions;
|
||||
|
||||
public record FileExtension(long? Size);
|
||||
Reference in New Issue
Block a user