34,333
edits
Changes
→Creating a Symbolic Link
A symbolic link to a particular file may be created using the createSymbolicLinkAtPath method. This takes as arguments the path of the symbolic link, the path to the file to which the link is to refer and an optional NSError object:
<pre>
var error: NSError?