SecureBlackbox Lite 2020 Android Edition

Questions / Feedback?

CreateLink Method

Creates a symbolic or hard link to a remote file.

Syntax

public void createLink(String linkPath, String targetPath, boolean hardLink);

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 Lite 2020 Android Edition - Version 20.0 [Build 8166]