Creating Desktop Shortcut/Alias programmatically

Sorry Christian, About symlink and NSFilemanagerMBS Class, I read from docs:

[quote]Special Considerations
This method does not traverse symbolic links. If the item at the path is a symbolic link—that is, the value of the NSFileType key in the attributes dictionary is NSFileTypeSymbolicLink—you can use the destinationOfSymbolicLinkAtPath method to retrieve the path of the item pointed to by the link. You can also use the stringByResolvingSymlinksInPath method of NSString to resolve links in the path before retrieving the item’s attributes.[/quote]

destinationOfSymbolicLinkAtPath is method of which class ? How to implement It ?
THanks again for your precious help.

Sorry, destinationOfSymbolicLinkAtPath should be there in same class. I’ll add it later for you.

@Christian Schmitz . Thank. It is very important for me. I got MBS 16.3
it at ebarete dot it

new plugin sent. Enjoy!

hi Eugene
many thanks worked great

Just in case if someone is interested in an example project: CreateShortcut, which extends FolderItem.CreateShortcut(dest, caption, icon) for Windows/macOS/Linux (without using 3rd party Plugins).