namespace OpenHarbor.Storage.Abstractions; public interface IDirectoryOrFile { string Path { get; } bool IsDirectory { get; } }