Wire up file size
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record FileDescriptor(string Name, string Path, int Size) :
|
||||
public record FileDescriptor(string Name, string Path, long Size) :
|
||||
IFileDescriptor;
|
||||
@@ -6,5 +6,5 @@ public interface IFileDescriptor
|
||||
|
||||
string Path { get; }
|
||||
|
||||
int Size { get; }
|
||||
long Size { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user