makeSymbolicLink
open fun makeSymbolicLink(symlinkValue: String, cancellable: Cancellable? = null): <Error class: unknown class><Boolean>
Creates a symbolic link named @file which contains the string
Return
true on the creation of a new symlink, false otherwise.
Parameters
symlinkValue
a string with the path for the target of the new symlink
cancellable
optional #GCancellable object, null to ignore