niok-android / ch.tutteli.niok / java.nio.file.Path / createLink

createLink

inline fun Path.createLink(link: Path): Path (source)

Creates a new link (directory entry) for this Path. Delegates to Files.createLink.