Constructor and Description |
---|
HardLink() |
Modifier and Type | Method and Description |
---|---|
static void |
createHardLink(File target,
File linkName)
Creates a hardlink
|
static int |
getLinkCount(File fileName)
Retrieves the number of links to the specified file.
|
public static void createHardLink(File target, File linkName) throws IOException
IOException
public static int getLinkCount(File fileName) throws IOException
IOException
Copyright © 2010 The Apache Software Foundation