|
|
@ -33,6 +33,9 @@ public class FilePath : FileSystemPath, IPathObject |
|
|
|
[JsonIgnore] |
|
|
|
[JsonIgnore] |
|
|
|
public string NameWithoutExtension => Path.GetFileNameWithoutExtension(Info.Name); |
|
|
|
public string NameWithoutExtension => Path.GetFileNameWithoutExtension(Info.Name); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[JsonIgnore] |
|
|
|
|
|
|
|
public string Extension => Info.Extension; |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// Get the directory of the file. |
|
|
|
/// Get the directory of the file. |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|