Create softlink here on drop option

Hi, I'm trying to make an ondrop command that creates a softlink from the dragged files/folders to the destination directory. I'm using Copy MAKELINK=relsoftlink HERE and Copy MAKELINK=softlink HERE and neither of them work.

here's a screenshot of the menu

and heres' the error

Remove HERE from the command, as that would make it try to create the link in the folder the original file is already in.

Hm. I just tried that and got the same error. It works on local drives, but not from my NAS lettered drive. I'm trying to make a symlink between a folder on my NAS and a local nvme.

The NAS may not support it. Are you able to make the same symlink using anything else?

Yes, from cmd it worked just fine using mklink /D

When testing with mklink, did you make it with the same name as the original folder? That's what Opus would use and could be a factor.

On the Opus side, I'd test with softlink not relsoftlink as it shouldn't be possible to create a relative softlink between drives on different machines. (It should fall back automatically, but using softlink instead will avoid the issue entirely and simplify testing.)

Is Opus able to navigate into both the source and target folders?

Yes, I've tried softlink as well with no luck. And yes opus can navigate into both folders and write to them.

This is the command I used mklink /D "D:\Music Production\Sample Libraries\99Sounds x Monosounds - Music Loops" "Z:\Media Creation\Music\Sample Libraries\99Sounds x Monosounds - Music Loops"