Page 1 of 1

Is it possibly to create symbolic link to file/folder?

Posted: 2016-09-19, 10:49 UTC
by videlch
Is it possible to create symbolic link to file/folder instead of copy it to new location?

Posted: 2016-09-21, 18:25 UTC
by ghisler(Author)
You could do this via a button.
Type: System command
Command: sh
Parameters: ln -s %P%N %T%N

This will create a symbolic link of the first selected file in the other panel, with the same name as the source.

However, it will probably not work on user writable storage, because the file system doesn't support links.