refactored hardlink service

This commit is contained in:
Flaminel
2025-02-21 23:57:43 +02:00
parent 029f255351
commit 8c8d412ef1
6 changed files with 175 additions and 129 deletions
@@ -3,5 +3,5 @@
public interface IHardlinkFileService
{
void PopulateInodeCounts(string directoryPath);
ulong GetHardLinkCount(string filePath, bool ignoreRootDir);
long GetHardLinkCount(string filePath, bool ignoreRootDir);
}