Raghu Angadi wrote:
Is there a way to find hard link count for a file in Java? (id 'st_nlink' in struct stat).

I think you'd need to exec a shell command and parse the output.

You could add this to FileUtil.java...

Doug

Reply via email to