martaFile

Method makeSymbolicLink()

fun File:makeSymbolicLink(

target: String,

mode: Int

): Error?

Suspends

Creates a symbolic link pointing to target. target may be either an absolute path of the file, or a path relative to the containing folder.

mode is a POSIX permission mask. Bits higher than 0777 are ignored.