trying to fix Unix stat

This commit is contained in:
Flaminel
2025-02-21 14:24:31 +02:00
parent 017e25fb06
commit 2d6f16692c
3 changed files with 22 additions and 17 deletions
@@ -2,5 +2,5 @@
public interface IHardlinkFileService
{
uint GetHardLinkCount(string filePath);
ulong GetHardLinkCount(string filePath);
}