Files
cleanuperr/code/Infrastructure/Verticals/Files/IHardlinkFileService.cs
T
2025-02-26 22:17:29 +02:00

6 lines
132 B
C#

namespace Infrastructure.Verticals.Files;
public interface IHardlinkFileService
{
ulong GetHardLinkCount(string filePath);
}