Season breakout
DirectoryName to DirectoryFullPath
This commit is contained in:
@ -37,7 +37,7 @@ public interface IFileHolder
|
||||
Get(filePath);
|
||||
static Models.FileHolder Get(FilePath filePath) =>
|
||||
new(new(filePath.CreationTicks),
|
||||
filePath.DirectoryName,
|
||||
filePath.DirectoryFullPath,
|
||||
true,
|
||||
filePath.ExtensionLowered,
|
||||
filePath.FullName,
|
||||
|
Reference in New Issue
Block a user