SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

CreateLink Method

Creates a symbolic or hard link to a remote file.

Syntax

public fun createLink(linkPath: String?, targetPath: String?, hardLink: Boolean)

Remarks

Use this method to create a symbolic or hard link on the server. Provide the name of the new link object via the LinkPath parameter, and the destinating file or directory path via the TargetPath parameter. HardLink specifies whether the new link should be hard (true) or symbolic (false).

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Kotlin Edition - Version 20.0 [Build 8063]