which command creates a softlink with the turtle package? there is a command to copy a file: the command cp (which is in Turtle.Prelude) but how to make a soft link, i.e. the equivalent of ln -s ?
one could use used shell or any of the related commands
shell "ln -s sourcefile target"
does work, but i assume there is a better way!