symlinkFile(src,dst)
i1 : fn = temporaryFileName() o1 = /tmp/M2-499805-0/0
i2 : symlinkFile("qwert", fn)
i3 : fileExists fn o3 = false
i4 : readlink fn o4 = qwert
i5 : removeFile fn
The object symlinkFile is a compiled function.