Search by name/regex
This commit is contained in:
@@ -7,7 +7,7 @@ namespace FileTime.Core.Models
|
||||
bool IsSpecial { get; }
|
||||
string GetPrimaryAttributeText();
|
||||
Task<string> GetContent(CancellationToken token = default);
|
||||
Task<long> GetElementSize(CancellationToken token = default);
|
||||
Task<long?> GetElementSize(CancellationToken token = default);
|
||||
|
||||
Task<IContentReader> GetContentReaderAsync();
|
||||
Task<IContentWriter> GetContentWriterAsync();
|
||||
|
||||
Reference in New Issue
Block a user